Html Css Color HEX #C20544 Cardinal

📋 copy color: '#C20544'

red 194 ◦ green 5 ◦ blue 68

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

Shades of Cardinal #C20544

Tints of Cardinal #C20544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 72.66%
G = 1.87%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20544 (or 0xC20544) is known color: Cardinal. HEX triplet: C2, 05 and 44. RGB value is (194,5,68). Sum of RGB (Red+Green+Blue) = 194+5+68=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C20544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20544 is #3DFABB. Grayscale: #444444. Windows color (decimal): -4061884 or 4457922. OLE color: 4457922.

HSL color Cylindrical-coordinate representation of color #C20544: hue angle of 340º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20544 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 68 -
CMYK 0 0.97 0.65 0.24
HSL 340º 0.95% 0.39% -
HSV(B) 340º 0.97% 0.76% -
XYZ 23.35 12 6.55 -
YUV 68.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 194 5 68 0 0.97 0.65 0.24 340 0.95 0.39
Hex C2 5 44 0 61 41 18 154 5F 27
Octal 302 5 104 0 141 101 30 524 137 47
Binary 11000010 101 1000100 0 1100001 1000001 11000 101010100 1011111 100111

Color Harmonies of #C20544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20544

Black with #C20544

Text Example


Text Example

White with #C20544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20544; }

 p { color: rgb(194,5,68); }

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

background-color css

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

 a { background-color: rgb(194,5,68); }

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

border-color css

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

 span { border-color: rgb(194,5,68); }

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