Html Css Color HEX #C01536 Cardinal

📋 copy color: '#C01536'

red 192 ◦ green 21 ◦ blue 54

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

Shades of Cardinal #C01536

Tints of Cardinal #C01536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 71.91%
G = 7.87%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01536 (or 0xC01536) is known color: Cardinal. HEX triplet: C0, 15 and 36. RGB value is (192,21,54). Sum of RGB (Red+Green+Blue) = 192+21+54=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01536 is #3FEAC9. Grayscale: #4B4B4B. Windows color (decimal): -4188874 or 3544512. OLE color: 3544512.

HSL color Cylindrical-coordinate representation of color #C01536: hue angle of 348.42º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01536 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 54 -
CMYK 0 0.89 0.72 0.25
HSL 348.42º 0.8% 0.42% -
HSV(B) 348.42º 0.89% 0.75% -
XYZ 22.67 12.01 4.61 -
YUV 75.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 192 21 54 0 0.89 0.72 0.25 348.42 0.8 0.42
Hex C0 15 36 0 59 48 19 15C 50 2A
Octal 300 25 66 0 131 110 31 534 120 52
Binary 11000000 10101 110110 0 1011001 1001000 11001 101011100 1010000 101010

Color Harmonies of #C01536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01536

Black with #C01536

Text Example


Text Example

White with #C01536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01536; }

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

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

background-color css

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

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

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

border-color css

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

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

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