Html Css Color HEX #C00E3B Cardinal

📋 copy color: '#C00E3B'

red 192 ◦ green 14 ◦ blue 59

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

Shades of Cardinal #C00E3B

Tints of Cardinal #C00E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.28%

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

R = 72.45%
G = 5.28%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C00E3B (or 0xC00E3B) is known color: Cardinal. HEX triplet: C0, 0E and 3B. RGB value is (192,14,59). Sum of RGB (Red+Green+Blue) = 192+14+59=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E3B is #3FF1C4. Grayscale: #484848. Windows color (decimal): -4190661 or 3870400. OLE color: 3870400.

HSL color Cylindrical-coordinate representation of color #C00E3B: hue angle of 344.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E3B is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 59 -
CMYK 0 0.93 0.69 0.25
HSL 344.83º 0.86% 0.4% -
HSV(B) 344.83º 0.93% 0.75% -
XYZ 22.68 11.84 5.23 -
YUV 72.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 192 14 59 0 0.93 0.69 0.25 344.83 0.86 0.4
Hex C0 E 3B 0 5D 45 19 159 56 28
Octal 300 16 73 0 135 105 31 531 126 50
Binary 11000000 1110 111011 0 1011101 1000101 11001 101011001 1010110 101000

Color Harmonies of #C00E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E3B

Black with #C00E3B

Text Example


Text Example

White with #C00E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E3B; }

 p { color: rgb(192,14,59); }

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

background-color css

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

 a { background-color: rgb(192,14,59); }

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

border-color css

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

 span { border-color: rgb(192,14,59); }

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