Html Css Color HEX #C01539 Cardinal

📋 copy color: '#C01539'

red 192 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #C01539

Tints of Cardinal #C01539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.11%

R = 71.11%
G = 7.78%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C01539 (or 0xC01539) is known color: Cardinal. HEX triplet: C0, 15 and 39. RGB value is (192,21,57). Sum of RGB (Red+Green+Blue) = 192+21+57=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C01539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01539 is #3FEAC6. Grayscale: #4C4C4C. Windows color (decimal): -4188871 or 3741120. OLE color: 3741120.

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

Color convert

RGB 192 21 57 -
CMYK 0 0.89 0.70 0.25
HSL 347.37º 0.8% 0.42% -
HSV(B) 347.37º 0.89% 0.75% -
XYZ 22.74 12.04 5 -
YUV 76.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 192 21 57 0 0.89 0.70 0.25 347.37 0.8 0.42
Hex C0 15 39 0 59 46 19 15B 50 2A
Octal 300 25 71 0 131 106 31 533 120 52
Binary 11000000 10101 111001 0 1011001 1000110 11001 101011011 1010000 101010

Color Harmonies of #C01539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01539

Black with #C01539

Text Example


Text Example

White with #C01539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01539; }

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

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

background-color css

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

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

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

border-color css

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

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

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