Html Css Color HEX #C20534 Cardinal

📋 copy color: '#C20534'

red 194 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #C20534

Tints of Cardinal #C20534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 77.29%
G = 1.99%
B = 20.72%

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

#C20534 (or 0xC20534) is known color: Cardinal. HEX triplet: C2, 05 and 34. RGB value is (194,5,52). Sum of RGB (Red+Green+Blue) = 194+5+52=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20534 is #3DFACB. Grayscale: #424242. Windows color (decimal): -4061900 or 3409346. OLE color: 3409346.

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

Color convert

RGB 194 5 52 -
CMYK 0 0.97 0.73 0.24
HSL 345.08º 0.95% 0.39% -
HSV(B) 345.08º 0.97% 0.76% -
XYZ 22.92 11.83 4.32 -
YUV 66.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 194 5 52 0 0.97 0.73 0.24 345.08 0.95 0.39
Hex C2 5 34 0 61 49 18 159 5F 27
Octal 302 5 64 0 141 111 30 531 137 47
Binary 11000010 101 110100 0 1100001 1001001 11000 101011001 1011111 100111

Color Harmonies of #C20534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20534

Black with #C20534

Text Example


Text Example

White with #C20534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20534; }

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

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

background-color css

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

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

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

border-color css

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

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

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