Html Css Color HEX #C2153B Cardinal

📋 copy color: '#C2153B'

red 194 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #C2153B

Tints of Cardinal #C2153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 70.8%
G = 7.66%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2153B (or 0xC2153B) is known color: Cardinal. HEX triplet: C2, 15 and 3B. RGB value is (194,21,59). Sum of RGB (Red+Green+Blue) = 194+21+59=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2153B is #3DEAC4. Grayscale: #4D4D4D. Windows color (decimal): -4057797 or 3872194. OLE color: 3872194.

HSL color Cylindrical-coordinate representation of color #C2153B: hue angle of 346.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2153B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 59 -
CMYK 0 0.89 0.70 0.24
HSL 346.82º 0.8% 0.42% -
HSV(B) 346.82º 0.89% 0.76% -
XYZ 23.31 12.32 5.29 -
YUV 77.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 194 21 59 0 0.89 0.70 0.24 346.82 0.8 0.42
Hex C2 15 3B 0 59 46 18 15B 50 2A
Octal 302 25 73 0 131 106 30 533 120 52
Binary 11000010 10101 111011 0 1011001 1000110 11000 101011011 1010000 101010

Color Harmonies of #C2153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2153B

Black with #C2153B

Text Example


Text Example

White with #C2153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2153B; }

 p { color: rgb(194,21,59); }

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

background-color css

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

 a { background-color: rgb(194,21,59); }

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

border-color css

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

 span { border-color: rgb(194,21,59); }

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