Html Css Color HEX #C01133 Cardinal

📋 copy color: '#C01133'

red 192 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #C01133

Tints of Cardinal #C01133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

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

R = 73.85%
G = 6.54%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01133 (or 0xC01133) is known color: Cardinal. HEX triplet: C0, 11 and 33. RGB value is (192,17,51). Sum of RGB (Red+Green+Blue) = 192+17+51=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C01133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01133 is #3FEECC. Grayscale: #494949. Windows color (decimal): -4189901 or 3346880. OLE color: 3346880.

HSL color Cylindrical-coordinate representation of color #C01133: hue angle of 348.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01133 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 51 -
CMYK 0 0.91 0.73 0.25
HSL 348.34º 0.84% 0.41% -
HSV(B) 348.34º 0.91% 0.75% -
XYZ 22.54 11.85 4.23 -
YUV 73.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 192 17 51 0 0.91 0.73 0.25 348.34 0.84 0.41
Hex C0 11 33 0 5B 49 19 15C 54 29
Octal 300 21 63 0 133 111 31 534 124 51
Binary 11000000 10001 110011 0 1011011 1001001 11001 101011100 1010100 101001

Color Harmonies of #C01133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01133

Black with #C01133

Text Example


Text Example

White with #C01133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01133; }

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

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

background-color css

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

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

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

border-color css

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

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

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