Html Css Color HEX #C20537 Cardinal

📋 copy color: '#C20537'

red 194 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #C20537

Tints of Cardinal #C20537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.65%

R = 76.38%
G = 1.97%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20537 (or 0xC20537) is known color: Cardinal. HEX triplet: C2, 05 and 37. RGB value is (194,5,55). Sum of RGB (Red+Green+Blue) = 194+5+55=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C20537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20537 is #3DFAC8. Grayscale: #434343. Windows color (decimal): -4061897 or 3605954. OLE color: 3605954.

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

Color convert

RGB 194 5 55 -
CMYK 0 0.97 0.72 0.24
HSL 344.13º 0.95% 0.39% -
HSV(B) 344.13º 0.97% 0.76% -
XYZ 22.99 11.85 4.69 -
YUV 67.21 121.12 218.43 -
System Red Green Blue C M Y K H S L
Decimal 194 5 55 0 0.97 0.72 0.24 344.13 0.95 0.39
Hex C2 5 37 0 61 48 18 158 5F 27
Octal 302 5 67 0 141 110 30 530 137 47
Binary 11000010 101 110111 0 1100001 1001000 11000 101011000 1011111 100111

Color Harmonies of #C20537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20537

Black with #C20537

Text Example


Text Example

White with #C20537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20537; }

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

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

background-color css

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

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

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

border-color css

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

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

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