Html Css Color HEX #C20538 Cardinal

📋 copy color: '#C20538'

red 194 ◦ green 5 ◦ blue 56

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

Shades of Cardinal #C20538

Tints of Cardinal #C20538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.96%

R = 76.08%
G = 1.96%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20538 (or 0xC20538) is known color: Cardinal. HEX triplet: C2, 05 and 38. RGB value is (194,5,56). Sum of RGB (Red+Green+Blue) = 194+5+56=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C20538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20538 is #3DFAC7. Grayscale: #434343. Windows color (decimal): -4061896 or 3671490. OLE color: 3671490.

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

Color convert

RGB 194 5 56 -
CMYK 0 0.97 0.71 0.24
HSL 343.81º 0.95% 0.39% -
HSV(B) 343.81º 0.97% 0.76% -
XYZ 23.02 11.86 4.82 -
YUV 67.33 121.62 218.35 -
System Red Green Blue C M Y K H S L
Decimal 194 5 56 0 0.97 0.71 0.24 343.81 0.95 0.39
Hex C2 5 38 0 61 47 18 158 5F 27
Octal 302 5 70 0 141 107 30 530 137 47
Binary 11000010 101 111000 0 1100001 1000111 11000 101011000 1011111 100111

Color Harmonies of #C20538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20538

Black with #C20538

Text Example


Text Example

White with #C20538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20538; }

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

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

background-color css

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

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

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

border-color css

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

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

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