Html Css Color HEX #C01F32 Cardinal

📋 copy color: '#C01F32'

red 192 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #C01F32

Tints of Cardinal #C01F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 70.33%
G = 11.36%
B = 18.32%

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

#C01F32 (or 0xC01F32) is known color: Cardinal. HEX triplet: C0, 1F and 32. RGB value is (192,31,50). Sum of RGB (Red+Green+Blue) = 192+31+50=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F32 is #3FE0CD. Grayscale: #515151. Windows color (decimal): -4186318 or 3284928. OLE color: 3284928.

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

Color convert

RGB 192 31 50 -
CMYK 0 0.84 0.74 0.25
HSL 352.92º 0.72% 0.44% -
HSV(B) 352.92º 0.84% 0.75% -
XYZ 22.8 12.42 4.21 -
YUV 81.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 192 31 50 0 0.84 0.74 0.25 352.92 0.72 0.44
Hex C0 1F 32 0 54 4A 19 161 48 2C
Octal 300 37 62 0 124 112 31 541 110 54
Binary 11000000 11111 110010 0 1010100 1001010 11001 101100001 1001000 101100

Color Harmonies of #C01F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F32

Black with #C01F32

Text Example


Text Example

White with #C01F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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