Html Css Color HEX #C00D35 Cardinal

📋 copy color: '#C00D35'

red 192 ◦ green 13 ◦ blue 53

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

Shades of Cardinal #C00D35

Tints of Cardinal #C00D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 74.42%
G = 5.04%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00D35 (or 0xC00D35) is known color: Cardinal. HEX triplet: C0, 0D and 35. RGB value is (192,13,53). Sum of RGB (Red+Green+Blue) = 192+13+53=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D35 is #3FF2CA. Grayscale: #474747. Windows color (decimal): -4190923 or 3476928. OLE color: 3476928.

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

Color convert

RGB 192 13 53 -
CMYK 0 0.93 0.72 0.25
HSL 346.59º 0.87% 0.4% -
HSV(B) 346.59º 0.93% 0.75% -
XYZ 22.52 11.75 4.45 -
YUV 71.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 192 13 53 0 0.93 0.72 0.25 346.59 0.87 0.4
Hex C0 D 35 0 5D 48 19 15B 57 28
Octal 300 15 65 0 135 110 31 533 127 50
Binary 11000000 1101 110101 0 1011101 1001000 11001 101011011 1010111 101000

Color Harmonies of #C00D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D35

Black with #C00D35

Text Example


Text Example

White with #C00D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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