Html Css Color HEX #C00E47 Cardinal

📋 copy color: '#C00E47'

red 192 ◦ green 14 ◦ blue 71

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

Shades of Cardinal #C00E47

Tints of Cardinal #C00E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.63%

R = 69.31%
G = 5.05%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C00E47 (or 0xC00E47) is known color: Cardinal. HEX triplet: C0, 0E and 47. RGB value is (192,14,71). Sum of RGB (Red+Green+Blue) = 192+14+71=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E47 is #3FF1B8. Grayscale: #494949. Windows color (decimal): -4190649 or 4656832. OLE color: 4656832.

HSL color Cylindrical-coordinate representation of color #C00E47: hue angle of 340.79º 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 #C00E47 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 71 -
CMYK 0 0.93 0.63 0.25
HSL 340.79º 0.86% 0.4% -
HSV(B) 340.79º 0.93% 0.75% -
XYZ 23.03 11.98 7.06 -
YUV 73.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 192 14 71 0 0.93 0.63 0.25 340.79 0.86 0.4
Hex C0 E 47 0 5D 3F 19 155 56 28
Octal 300 16 107 0 135 77 31 525 126 50
Binary 11000000 1110 1000111 0 1011101 111111 11001 101010101 1010110 101000

Color Harmonies of #C00E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E47

Black with #C00E47

Text Example


Text Example

White with #C00E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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