Html Css Color HEX #C01E32 Cardinal

📋 copy color: '#C01E32'

red 192 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #C01E32

Tints of Cardinal #C01E32

RGB

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

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

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

R = 70.59%
G = 11.03%
B = 18.38%

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

#C01E32 (or 0xC01E32) is known color: Cardinal. HEX triplet: C0, 1E and 32. RGB value is (192,30,50). Sum of RGB (Red+Green+Blue) = 192+30+50=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E32 is #3FE1CD. Grayscale: #505050. Windows color (decimal): -4186574 or 3284672. OLE color: 3284672.

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

Color convert

RGB 192 30 50 -
CMYK 0 0.84 0.74 0.25
HSL 352.59º 0.73% 0.44% -
HSV(B) 352.59º 0.84% 0.75% -
XYZ 22.78 12.37 4.2 -
YUV 80.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 192 30 50 0 0.84 0.74 0.25 352.59 0.73 0.44
Hex C0 1E 32 0 54 4A 19 161 49 2C
Octal 300 36 62 0 124 112 31 541 111 54
Binary 11000000 11110 110010 0 1010100 1001010 11001 101100001 1001001 101100

Color Harmonies of #C01E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E32

Black with #C01E32

Text Example


Text Example

White with #C01E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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