Html Css Color HEX #C20247 Cardinal

📋 copy color: '#C20247'

red 194 ◦ green 2 ◦ blue 71

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

Shades of Cardinal #C20247

Tints of Cardinal #C20247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 72.66%
G = 0.75%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20247 (or 0xC20247) is known color: Cardinal. HEX triplet: C2, 02 and 47. RGB value is (194,2,71). Sum of RGB (Red+Green+Blue) = 194+2+71=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C20247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20247 is #3DFDB8. Grayscale: #434343. Windows color (decimal): -4062649 or 4653762. OLE color: 4653762.

HSL color Cylindrical-coordinate representation of color #C20247: hue angle of 338.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20247 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 71 -
CMYK 0 0.99 0.63 0.24
HSL 338.44º 0.98% 0.38% -
HSV(B) 338.44º 0.99% 0.76% -
XYZ 23.41 11.97 7.04 -
YUV 67.27 130.11 218.39 -
System Red Green Blue C M Y K H S L
Decimal 194 2 71 0 0.99 0.63 0.24 338.44 0.98 0.38
Hex C2 2 47 0 63 3F 18 152 62 26
Octal 302 2 107 0 143 77 30 522 142 46
Binary 11000010 10 1000111 0 1100011 111111 11000 101010010 1100010 100110

Color Harmonies of #C20247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20247

Black with #C20247

Text Example


Text Example

White with #C20247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20247; }

 p { color: rgb(194,2,71); }

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

background-color css

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

 a { background-color: rgb(194,2,71); }

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

border-color css

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

 span { border-color: rgb(194,2,71); }

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