Html Css Color HEX #C2153F Cardinal

📋 copy color: '#C2153F'

red 194 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #C2153F

Tints of Cardinal #C2153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 69.78%
G = 7.55%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2153F (or 0xC2153F) is known color: Cardinal. HEX triplet: C2, 15 and 3F. RGB value is (194,21,63). Sum of RGB (Red+Green+Blue) = 194+21+63=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2153F is #3DEAC0. Grayscale: #4D4D4D. Windows color (decimal): -4057793 or 4134338. OLE color: 4134338.

HSL color Cylindrical-coordinate representation of color #C2153F: hue angle of 345.43º 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 #C2153F is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 63 -
CMYK 0 0.89 0.68 0.24
HSL 345.43º 0.8% 0.42% -
HSV(B) 345.43º 0.89% 0.76% -
XYZ 23.41 12.36 5.86 -
YUV 77.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 194 21 63 0 0.89 0.68 0.24 345.43 0.8 0.42
Hex C2 15 3F 0 59 44 18 159 50 2A
Octal 302 25 77 0 131 104 30 531 120 52
Binary 11000010 10101 111111 0 1011001 1000100 11000 101011001 1010000 101010

Color Harmonies of #C2153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2153F

Black with #C2153F

Text Example


Text Example

White with #C2153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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