Html Css Color HEX #C00D3E Cardinal

📋 copy color: '#C00D3E'

red 192 ◦ green 13 ◦ blue 62

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

Shades of Cardinal #C00D3E

Tints of Cardinal #C00D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 71.91%
G = 4.87%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C00D3E (or 0xC00D3E) is known color: Cardinal. HEX triplet: C0, 0D and 3E. RGB value is (192,13,62). Sum of RGB (Red+Green+Blue) = 192+13+62=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D3E is #3FF2C1. Grayscale: #484848. Windows color (decimal): -4190914 or 4066752. OLE color: 4066752.

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

Color convert

RGB 192 13 62 -
CMYK 0 0.93 0.68 0.25
HSL 343.58º 0.87% 0.4% -
HSV(B) 343.58º 0.93% 0.75% -
XYZ 22.75 11.84 5.64 -
YUV 72.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 192 13 62 0 0.93 0.68 0.25 343.58 0.87 0.4
Hex C0 D 3E 0 5D 44 19 158 57 28
Octal 300 15 76 0 135 104 31 530 127 50
Binary 11000000 1101 111110 0 1011101 1000100 11001 101011000 1010111 101000

Color Harmonies of #C00D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D3E

Black with #C00D3E

Text Example


Text Example

White with #C00D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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