Html Css Color HEX #C00D4B Cardinal

📋 copy color: '#C00D4B'

red 192 ◦ green 13 ◦ blue 75

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

Shades of Cardinal #C00D4B

Tints of Cardinal #C00D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 68.57%
G = 4.64%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C00D4B (or 0xC00D4B) is known color: Cardinal. HEX triplet: C0, 0D and 4B. RGB value is (192,13,75). Sum of RGB (Red+Green+Blue) = 192+13+75=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D4B is #3FF2B4. Grayscale: #494949. Windows color (decimal): -4190901 or 4918720. OLE color: 4918720.

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

Color convert

RGB 192 13 75 -
CMYK 0 0.93 0.61 0.25
HSL 339.22º 0.87% 0.4% -
HSV(B) 339.22º 0.93% 0.75% -
XYZ 23.15 12 7.75 -
YUV 73.59 128.8 212.46 -
System Red Green Blue C M Y K H S L
Decimal 192 13 75 0 0.93 0.61 0.25 339.22 0.87 0.4
Hex C0 D 4B 0 5D 3D 19 153 57 28
Octal 300 15 113 0 135 75 31 523 127 50
Binary 11000000 1101 1001011 0 1011101 111101 11001 101010011 1010111 101000

Color Harmonies of #C00D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D4B

Black with #C00D4B

Text Example


Text Example

White with #C00D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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