Html Css Color HEX #C01331 Cardinal

📋 copy color: '#C01331'

red 192 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #C01331

Tints of Cardinal #C01331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 73.85%
G = 7.31%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01331 (or 0xC01331) is known color: Cardinal. HEX triplet: C0, 13 and 31. RGB value is (192,19,49). Sum of RGB (Red+Green+Blue) = 192+19+49=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C01331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01331 is #3FECCE. Grayscale: #4A4A4A. Windows color (decimal): -4189391 or 3216320. OLE color: 3216320.

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

Color convert

RGB 192 19 49 -
CMYK 0 0.90 0.74 0.25
HSL 349.6º 0.82% 0.41% -
HSV(B) 349.6º 0.9% 0.75% -
XYZ 22.53 11.89 4.01 -
YUV 74.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 192 19 49 0 0.90 0.74 0.25 349.6 0.82 0.41
Hex C0 13 31 0 5A 4A 19 15E 52 29
Octal 300 23 61 0 132 112 31 536 122 51
Binary 11000000 10011 110001 0 1011010 1001010 11001 101011110 1010010 101001

Color Harmonies of #C01331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01331

Black with #C01331

Text Example


Text Example

White with #C01331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01331; }

 p { color: rgb(192,19,49); }

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

background-color css

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

 a { background-color: rgb(192,19,49); }

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

border-color css

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

 span { border-color: rgb(192,19,49); }

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