Html Css Color HEX #C00D3B Cardinal

📋 copy color: '#C00D3B'

red 192 ◦ green 13 ◦ blue 59

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

Shades of Cardinal #C00D3B

Tints of Cardinal #C00D3B

RGB

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

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

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

R = 72.73%
G = 4.92%
B = 22.35%

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

#C00D3B (or 0xC00D3B) is known color: Cardinal. HEX triplet: C0, 0D and 3B. RGB value is (192,13,59). Sum of RGB (Red+Green+Blue) = 192+13+59=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D3B is #3FF2C4. Grayscale: #474747. Windows color (decimal): -4190917 or 3870144. OLE color: 3870144.

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

Color convert

RGB 192 13 59 -
CMYK 0 0.93 0.69 0.25
HSL 344.58º 0.87% 0.4% -
HSV(B) 344.58º 0.93% 0.75% -
XYZ 22.67 11.81 5.22 -
YUV 71.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 192 13 59 0 0.93 0.69 0.25 344.58 0.87 0.4
Hex C0 D 3B 0 5D 45 19 159 57 28
Octal 300 15 73 0 135 105 31 531 127 50
Binary 11000000 1101 111011 0 1011101 1000101 11001 101011001 1010111 101000

Color Harmonies of #C00D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D3B

Black with #C00D3B

Text Example


Text Example

White with #C00D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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