Html Css Color HEX #C01437 Cardinal

📋 copy color: '#C01437'

red 192 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #C01437

Tints of Cardinal #C01437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 71.91%
G = 7.49%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C01437 (or 0xC01437) is known color: Cardinal. HEX triplet: C0, 14 and 37. RGB value is (192,20,55). Sum of RGB (Red+Green+Blue) = 192+20+55=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01437 is #3FEBC8. Grayscale: #4B4B4B. Windows color (decimal): -4189129 or 3609792. OLE color: 3609792.

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

Color convert

RGB 192 20 55 -
CMYK 0 0.90 0.71 0.25
HSL 347.79º 0.81% 0.42% -
HSV(B) 347.79º 0.9% 0.75% -
XYZ 22.68 11.98 4.73 -
YUV 75.42 116.48 211.15 -
System Red Green Blue C M Y K H S L
Decimal 192 20 55 0 0.90 0.71 0.25 347.79 0.81 0.42
Hex C0 14 37 0 5A 47 19 15C 51 2A
Octal 300 24 67 0 132 107 31 534 121 52
Binary 11000000 10100 110111 0 1011010 1000111 11001 101011100 1010001 101010

Color Harmonies of #C01437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01437

Black with #C01437

Text Example


Text Example

White with #C01437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01437; }

 p { color: rgb(192,20,55); }

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

background-color css

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

 a { background-color: rgb(192,20,55); }

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

border-color css

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

 span { border-color: rgb(192,20,55); }

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