Html Css Color HEX #C01F33 Cardinal

📋 copy color: '#C01F33'

red 192 ◦ green 31 ◦ blue 51

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

Shades of Cardinal #C01F33

Tints of Cardinal #C01F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 70.07%
G = 11.31%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01F33 (or 0xC01F33) is known color: Cardinal. HEX triplet: C0, 1F and 33. RGB value is (192,31,51). Sum of RGB (Red+Green+Blue) = 192+31+51=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F33 is #3FE0CC. Grayscale: #515151. Windows color (decimal): -4186317 or 3350464. OLE color: 3350464.

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

Color convert

RGB 192 31 51 -
CMYK 0 0.84 0.73 0.25
HSL 352.55º 0.72% 0.44% -
HSV(B) 352.55º 0.84% 0.75% -
XYZ 22.83 12.43 4.33 -
YUV 81.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 192 31 51 0 0.84 0.73 0.25 352.55 0.72 0.44
Hex C0 1F 33 0 54 49 19 161 48 2C
Octal 300 37 63 0 124 111 31 541 110 54
Binary 11000000 11111 110011 0 1010100 1001001 11001 101100001 1001000 101100

Color Harmonies of #C01F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F33

Black with #C01F33

Text Example


Text Example

White with #C01F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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