Html Css Color HEX #C01C3E Cardinal

📋 copy color: '#C01C3E'

red 192 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #C01C3E

Tints of Cardinal #C01C3E

RGB

 RED value IS 192 (75.39% from 255) = 68.09%

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 68.09%
G = 9.93%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C01C3E (or 0xC01C3E) is known color: Cardinal. HEX triplet: C0, 1C and 3E. RGB value is (192,28,62). Sum of RGB (Red+Green+Blue) = 192+28+62=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C3E is #3FE3C1. Grayscale: #505050. Windows color (decimal): -4187074 or 4070592. OLE color: 4070592.

HSL color Cylindrical-coordinate representation of color #C01C3E: hue angle of 347.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C3E is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 62 -
CMYK 0 0.85 0.68 0.25
HSL 347.56º 0.75% 0.43% -
HSV(B) 347.56º 0.85% 0.75% -
XYZ 23.02 12.38 5.73 -
YUV 80.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 192 28 62 0 0.85 0.68 0.25 347.56 0.75 0.43
Hex C0 1C 3E 0 55 44 19 15C 4B 2B
Octal 300 34 76 0 125 104 31 534 113 53
Binary 11000000 11100 111110 0 1010101 1000100 11001 101011100 1001011 101011

Color Harmonies of #C01C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C3E

Black with #C01C3E

Text Example


Text Example

White with #C01C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C3E; }

 p { color: rgb(192,28,62); }

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

background-color css

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

 a { background-color: rgb(192,28,62); }

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

border-color css

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

 span { border-color: rgb(192,28,62); }

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