Html Css Color HEX #C02133 Cardinal

📋 copy color: '#C02133'

red 192 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #C02133

Tints of Cardinal #C02133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 69.57%
G = 11.96%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02133 (or 0xC02133) is known color: Cardinal. HEX triplet: C0, 21 and 33. RGB value is (192,33,51). Sum of RGB (Red+Green+Blue) = 192+33+51=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C02133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02133 is #3FDECC. Grayscale: #525252. Windows color (decimal): -4185805 or 3350976. OLE color: 3350976.

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

Color convert

RGB 192 33 51 -
CMYK 0 0.83 0.73 0.25
HSL 353.21º 0.71% 0.44% -
HSV(B) 353.21º 0.83% 0.75% -
XYZ 22.88 12.53 4.35 -
YUV 82.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 192 33 51 0 0.83 0.73 0.25 353.21 0.71 0.44
Hex C0 21 33 0 53 49 19 161 47 2C
Octal 300 41 63 0 123 111 31 541 107 54
Binary 11000000 100001 110011 0 1010011 1001001 11001 101100001 1000111 101100

Color Harmonies of #C02133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02133

Black with #C02133

Text Example


Text Example

White with #C02133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02133; }

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

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

background-color css

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

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

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

border-color css

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

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

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