Html Css Color HEX #C20531 Cardinal

📋 copy color: '#C20531'

red 194 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #C20531

Tints of Cardinal #C20531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 78.23%
G = 2.02%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20531 (or 0xC20531) is known color: Cardinal. HEX triplet: C2, 05 and 31. RGB value is (194,5,49). Sum of RGB (Red+Green+Blue) = 194+5+49=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C20531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20531 is #3DFACE. Grayscale: #424242. Windows color (decimal): -4061903 or 3212738. OLE color: 3212738.

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

Color convert

RGB 194 5 49 -
CMYK 0 0.97 0.75 0.24
HSL 346.03º 0.95% 0.39% -
HSV(B) 346.03º 0.97% 0.76% -
XYZ 22.86 11.8 3.98 -
YUV 66.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 194 5 49 0 0.97 0.75 0.24 346.03 0.95 0.39
Hex C2 5 31 0 61 4B 18 15A 5F 27
Octal 302 5 61 0 141 113 30 532 137 47
Binary 11000010 101 110001 0 1100001 1001011 11000 101011010 1011111 100111

Color Harmonies of #C20531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20531

Black with #C20531

Text Example


Text Example

White with #C20531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20531; }

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

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

background-color css

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

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

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

border-color css

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

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

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