Html Css Color HEX #C2133C Cardinal

📋 copy color: '#C2133C'

red 194 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #C2133C

Tints of Cardinal #C2133C

RGB

 RED value IS 194 (76.17% from 255) = 71.06%

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 71.06%
G = 6.96%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2133C (or 0xC2133C) is known color: Cardinal. HEX triplet: C2, 13 and 3C. RGB value is (194,19,60). Sum of RGB (Red+Green+Blue) = 194+19+60=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133C is #3DECC3. Grayscale: #4C4C4C. Windows color (decimal): -4058308 or 3937218. OLE color: 3937218.

HSL color Cylindrical-coordinate representation of color #C2133C: hue angle of 345.94º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2133C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 60 -
CMYK 0 0.90 0.69 0.24
HSL 345.94º 0.82% 0.42% -
HSV(B) 345.94º 0.9% 0.76% -
XYZ 23.3 12.26 5.41 -
YUV 76 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 194 19 60 0 0.90 0.69 0.24 345.94 0.82 0.42
Hex C2 13 3C 0 5A 45 18 15A 52 2A
Octal 302 23 74 0 132 105 30 532 122 52
Binary 11000010 10011 111100 0 1011010 1000101 11000 101011010 1010010 101010

Color Harmonies of #C2133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2133C

Black with #C2133C

Text Example


Text Example

White with #C2133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2133C; }

 p { color: rgb(194,19,60); }

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

background-color css

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

 a { background-color: rgb(194,19,60); }

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

border-color css

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

 span { border-color: rgb(194,19,60); }

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