Html Css Color HEX #C21152 Cardinal

📋 copy color: '#C21152'

red 194 ◦ green 17 ◦ blue 82

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

Shades of Cardinal #C21152

Tints of Cardinal #C21152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 66.21%
G = 5.8%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C21152 (or 0xC21152) is known color: Cardinal. HEX triplet: C2, 11 and 52. RGB value is (194,17,82). Sum of RGB (Red+Green+Blue) = 194+17+82=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C21152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21152 is #3DEEAD. Grayscale: #4D4D4D. Windows color (decimal): -4058798 or 5378498. OLE color: 5378498.

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

Color convert

RGB 194 17 82 -
CMYK 0 0.91 0.58 0.24
HSL 337.97º 0.84% 0.41% -
HSV(B) 337.97º 0.91% 0.76% -
XYZ 23.97 12.48 9.13 -
YUV 77.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 194 17 82 0 0.91 0.58 0.24 337.97 0.84 0.41
Hex C2 11 52 0 5B 3A 18 152 54 29
Octal 302 21 122 0 133 72 30 522 124 51
Binary 11000010 10001 1010010 0 1011011 111010 11000 101010010 1010100 101001

Color Harmonies of #C21152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21152

Black with #C21152

Text Example


Text Example

White with #C21152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21152; }

 p { color: rgb(194,17,82); }

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

background-color css

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

 a { background-color: rgb(194,17,82); }

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

border-color css

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

 span { border-color: rgb(194,17,82); }

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