Html Css Color HEX #C01237 Cardinal

📋 copy color: '#C01237'

red 192 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #C01237

Tints of Cardinal #C01237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 72.45%
G = 6.79%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C01237 (or 0xC01237) is known color: Cardinal. HEX triplet: C0, 12 and 37. RGB value is (192,18,55). Sum of RGB (Red+Green+Blue) = 192+18+55=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01237 is #3FEDC8. Grayscale: #4A4A4A. Windows color (decimal): -4189641 or 3609280. OLE color: 3609280.

HSL color Cylindrical-coordinate representation of color #C01237: hue angle of 347.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01237 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 55 -
CMYK 0 0.91 0.71 0.25
HSL 347.24º 0.83% 0.41% -
HSV(B) 347.24º 0.91% 0.75% -
XYZ 22.64 11.91 4.72 -
YUV 74.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 192 18 55 0 0.91 0.71 0.25 347.24 0.83 0.41
Hex C0 12 37 0 5B 47 19 15B 53 29
Octal 300 22 67 0 133 107 31 533 123 51
Binary 11000000 10010 110111 0 1011011 1000111 11001 101011011 1010011 101001

Color Harmonies of #C01237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01237

Black with #C01237

Text Example


Text Example

White with #C01237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01237; }

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

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

background-color css

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

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

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

border-color css

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

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

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