#C01F41

Color #C01F41 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C01F41

Tints of Cardinal #C01F41

Color information

#C01F41 (or 0xC01F41) is unknown color: approx Cardinal. HEX triplet: C0, 1F and 41. RGB value is (192,31,65). Sum of RGB (Red+Green+Blue) = 192+31+65=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F41 is #3FE0BE. Grayscale: #535353. Windows color (decimal): -4186303 or 4267968. OLE color: 4267968.

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

Color convert

RGB1923165-
CMYK00.840.660.25
HSL347.33º72.2%43.73%-
HSV(B)347.33º83.85%75.29%-
XYZ23.1812.576.21-
YUV83.02117.84205.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 65 (25.78% from 255) = 22.57%
R=66.67%
G=10.76%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192316500.840.660.25347.3372.243.73
HexC01F41054421915b482c
Octal3003710101241023153311054
Binary11000000111111000001010101001000010110011010110111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01F41; }

 p { color: rgb(192,31,65); }

 H1.HeaderClassName
 {
   color: #C01F41;
 }
 .AnyTagClassName
 {
   color: #C01F41;
 }
</style>
background-color css

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

 a { background-color: rgb(192,31,65); }

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

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

 span { border-color: rgb(192,31,65); }

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