Html Css Color HEX #C01F31 Cardinal

📋 copy color: '#C01F31'

red 192 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #C01F31

Tints of Cardinal #C01F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 70.59%
G = 11.4%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01F31 (or 0xC01F31) is known color: Cardinal. HEX triplet: C0, 1F and 31. RGB value is (192,31,49). Sum of RGB (Red+Green+Blue) = 192+31+49=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F31 is #3FE0CE. Grayscale: #515151. Windows color (decimal): -4186319 or 3219392. OLE color: 3219392.

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

Color convert

RGB 192 31 49 -
CMYK 0 0.84 0.74 0.25
HSL 353.29º 0.72% 0.44% -
HSV(B) 353.29º 0.84% 0.75% -
XYZ 22.78 12.41 4.1 -
YUV 81.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 192 31 49 0 0.84 0.74 0.25 353.29 0.72 0.44
Hex C0 1F 31 0 54 4A 19 161 48 2C
Octal 300 37 61 0 124 112 31 541 110 54
Binary 11000000 11111 110001 0 1010100 1001010 11001 101100001 1001000 101100

Color Harmonies of #C01F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F31

Black with #C01F31

Text Example


Text Example

White with #C01F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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