Html Css Color HEX #C01E33 Cardinal

📋 copy color: '#C01E33'

red 192 ◦ green 30 ◦ blue 51

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

Shades of Cardinal #C01E33

Tints of Cardinal #C01E33

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 70.33%
G = 10.99%
B = 18.68%

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

#C01E33 (or 0xC01E33) is known color: Cardinal. HEX triplet: C0, 1E and 33. RGB value is (192,30,51). Sum of RGB (Red+Green+Blue) = 192+30+51=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E33 is #3FE1CC. Grayscale: #505050. Windows color (decimal): -4186573 or 3350208. OLE color: 3350208.

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

Color convert

RGB 192 30 51 -
CMYK 0 0.84 0.73 0.25
HSL 352.22º 0.73% 0.44% -
HSV(B) 352.22º 0.84% 0.75% -
XYZ 22.8 12.37 4.32 -
YUV 80.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 192 30 51 0 0.84 0.73 0.25 352.22 0.73 0.44
Hex C0 1E 33 0 54 49 19 160 49 2C
Octal 300 36 63 0 124 111 31 540 111 54
Binary 11000000 11110 110011 0 1010100 1001001 11001 101100000 1001001 101100

Color Harmonies of #C01E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E33

Black with #C01E33

Text Example


Text Example

White with #C01E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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