Html Css Color HEX #C2053B Cardinal

📋 copy color: '#C2053B'

red 194 ◦ green 5 ◦ blue 59

#C2053B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C2053B

Tints of Cardinal #C2053B

RGB

 RED value IS 194 (76.17% from 255) = 75.19%

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 75.19%
G = 1.94%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2053B (or 0xC2053B) is known color: Cardinal. HEX triplet: C2, 05 and 3B. RGB value is (194,5,59). Sum of RGB (Red+Green+Blue) = 194+5+59=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2053B is #3DFAC4. Grayscale: #434343. Windows color (decimal): -4061893 or 3868098. OLE color: 3868098.

HSL color Cylindrical-coordinate representation of color #C2053B: hue angle of 342.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2053B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 59 -
CMYK 0 0.97 0.70 0.24
HSL 342.86º 0.95% 0.39% -
HSV(B) 342.86º 0.97% 0.76% -
XYZ 23.09 11.89 5.22 -
YUV 67.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 194 5 59 0 0.97 0.70 0.24 342.86 0.95 0.39
Hex C2 5 3B 0 61 46 18 157 5F 27
Octal 302 5 73 0 141 106 30 527 137 47
Binary 11000010 101 111011 0 1100001 1000110 11000 101010111 1011111 100111

Color Harmonies of #C2053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2053B

Black with #C2053B

Text Example


Text Example

White with #C2053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2053B; }

 p { color: rgb(194,5,59); }

 H1.HeaderClassName
 {
   color: #C2053B;
 }
 .AnyTagClassName
 {
   color: #C2053B;
 }
</style>

background-color css

<style>
 a { background-color: #C2053B; }

 a { background-color: rgb(194,5,59); }

 div.DivClassName
 {
   background-color: #C2053B;
 }
 .BgClassName
 {
   background-color: #C2053B;
 }
</style>

border-color css

<style>
 span { border-color: #C2053B; }

 span { border-color: rgb(194,5,59); }

 td.TdClassName
 {
   border-color: #C2053B;
 }
 .TagClassName
 {
   border-color: #C2053B;
 }
</style>