Html Css Color HEX #C20D38 Cardinal

📋 copy color: '#C20D38'

red 194 ◦ green 13 ◦ blue 56

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

Shades of Cardinal #C20D38

Tints of Cardinal #C20D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

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

R = 73.76%
G = 4.94%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20D38 (or 0xC20D38) is known color: Cardinal. HEX triplet: C2, 0D and 38. RGB value is (194,13,56). Sum of RGB (Red+Green+Blue) = 194+13+56=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D38 is #3DF2C7. Grayscale: #484848. Windows color (decimal): -4059848 or 3673538. OLE color: 3673538.

HSL color Cylindrical-coordinate representation of color #C20D38: hue angle of 345.75º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D38 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 13 56 -
CMYK 0 0.93 0.71 0.24
HSL 345.75º 0.87% 0.41% -
HSV(B) 345.75º 0.93% 0.76% -
XYZ 23.11 12.04 4.85 -
YUV 72.02 118.97 215 -
System Red Green Blue C M Y K H S L
Decimal 194 13 56 0 0.93 0.71 0.24 345.75 0.87 0.41
Hex C2 D 38 0 5D 47 18 15A 57 29
Octal 302 15 70 0 135 107 30 532 127 51
Binary 11000010 1101 111000 0 1011101 1000111 11000 101011010 1010111 101001

Color Harmonies of #C20D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D38

Black with #C20D38

Text Example


Text Example

White with #C20D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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