Html Css Color HEX #C20545 Cardinal

📋 copy color: '#C20545'

red 194 ◦ green 5 ◦ blue 69

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

Shades of Cardinal #C20545

Tints of Cardinal #C20545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 72.39%
G = 1.87%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20545 (or 0xC20545) is known color: Cardinal. HEX triplet: C2, 05 and 45. RGB value is (194,5,69). Sum of RGB (Red+Green+Blue) = 194+5+69=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C20545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20545 is #3DFABA. Grayscale: #444444. Windows color (decimal): -4061883 or 4523458. OLE color: 4523458.

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

Color convert

RGB 194 5 69 -
CMYK 0 0.97 0.64 0.24
HSL 339.68º 0.95% 0.39% -
HSV(B) 339.68º 0.97% 0.76% -
XYZ 23.38 12.01 6.72 -
YUV 68.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 194 5 69 0 0.97 0.64 0.24 339.68 0.95 0.39
Hex C2 5 45 0 61 40 18 154 5F 27
Octal 302 5 105 0 141 100 30 524 137 47
Binary 11000010 101 1000101 0 1100001 1000000 11000 101010100 1011111 100111

Color Harmonies of #C20545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20545

Black with #C20545

Text Example


Text Example

White with #C20545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20545; }

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

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

background-color css

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

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

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

border-color css

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

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

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