Html Css Color HEX #C20535 Cardinal

📋 copy color: '#C20535'

red 194 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #C20535

Tints of Cardinal #C20535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 76.98%
G = 1.98%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C20535 (or 0xC20535) is known color: Cardinal. HEX triplet: C2, 05 and 35. RGB value is (194,5,53). Sum of RGB (Red+Green+Blue) = 194+5+53=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20535 is #3DFACA. Grayscale: #424242. Windows color (decimal): -4061899 or 3474882. OLE color: 3474882.

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

Color convert

RGB 194 5 53 -
CMYK 0 0.97 0.73 0.24
HSL 344.76º 0.95% 0.39% -
HSV(B) 344.76º 0.97% 0.76% -
XYZ 22.95 11.83 4.44 -
YUV 66.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 194 5 53 0 0.97 0.73 0.24 344.76 0.95 0.39
Hex C2 5 35 0 61 49 18 159 5F 27
Octal 302 5 65 0 141 111 30 531 137 47
Binary 11000010 101 110101 0 1100001 1001001 11000 101011001 1011111 100111

Color Harmonies of #C20535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20535

Black with #C20535

Text Example


Text Example

White with #C20535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20535; }

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

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

background-color css

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

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

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

border-color css

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

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

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