Html Css Color HEX #C01336 Cardinal

📋 copy color: '#C01336'

red 192 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #C01336

Tints of Cardinal #C01336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 72.45%
G = 7.17%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01336 (or 0xC01336) is known color: Cardinal. HEX triplet: C0, 13 and 36. RGB value is (192,19,54). Sum of RGB (Red+Green+Blue) = 192+19+54=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01336 is #3FECC9. Grayscale: #4A4A4A. Windows color (decimal): -4189386 or 3544000. OLE color: 3544000.

HSL color Cylindrical-coordinate representation of color #C01336: hue angle of 347.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01336 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 54 -
CMYK 0 0.90 0.72 0.25
HSL 347.86º 0.82% 0.41% -
HSV(B) 347.86º 0.9% 0.75% -
XYZ 22.64 11.94 4.6 -
YUV 74.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 192 19 54 0 0.90 0.72 0.25 347.86 0.82 0.41
Hex C0 13 36 0 5A 48 19 15C 52 29
Octal 300 23 66 0 132 110 31 534 122 51
Binary 11000000 10011 110110 0 1011010 1001000 11001 101011100 1010010 101001

Color Harmonies of #C01336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01336

Black with #C01336

Text Example


Text Example

White with #C01336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01336; }

 p { color: rgb(192,19,54); }

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

background-color css

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

 a { background-color: rgb(192,19,54); }

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

border-color css

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

 span { border-color: rgb(192,19,54); }

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