Html Css Color HEX #C00D3D Cardinal

📋 copy color: '#C00D3D'

red 192 ◦ green 13 ◦ blue 61

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

Shades of Cardinal #C00D3D

Tints of Cardinal #C00D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 72.18%
G = 4.89%
B = 22.93%

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

#C00D3D (or 0xC00D3D) is known color: Cardinal. HEX triplet: C0, 0D and 3D. RGB value is (192,13,61). Sum of RGB (Red+Green+Blue) = 192+13+61=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D3D is #3FF2C2. Grayscale: #474747. Windows color (decimal): -4190915 or 4001216. OLE color: 4001216.

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

Color convert

RGB 192 13 61 -
CMYK 0 0.93 0.68 0.25
HSL 343.91º 0.87% 0.4% -
HSV(B) 343.91º 0.93% 0.75% -
XYZ 22.72 11.83 5.5 -
YUV 71.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 192 13 61 0 0.93 0.68 0.25 343.91 0.87 0.4
Hex C0 D 3D 0 5D 44 19 158 57 28
Octal 300 15 75 0 135 104 31 530 127 50
Binary 11000000 1101 111101 0 1011101 1000100 11001 101011000 1010111 101000

Color Harmonies of #C00D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D3D

Black with #C00D3D

Text Example


Text Example

White with #C00D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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