Html Css Color HEX #C20D3F Cardinal

📋 copy color: '#C20D3F'

red 194 ◦ green 13 ◦ blue 63

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

Shades of Cardinal #C20D3F

Tints of Cardinal #C20D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.33%

R = 71.85%
G = 4.81%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C20D3F (or 0xC20D3F) is known color: Cardinal. HEX triplet: C2, 0D and 3F. RGB value is (194,13,63). Sum of RGB (Red+Green+Blue) = 194+13+63=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D3F is #3DF2C0. Grayscale: #484848. Windows color (decimal): -4059841 or 4132290. OLE color: 4132290.

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

Color convert

RGB 194 13 63 -
CMYK 0 0.93 0.68 0.24
HSL 343.43º 0.87% 0.41% -
HSV(B) 343.43º 0.93% 0.76% -
XYZ 23.29 12.12 5.81 -
YUV 72.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 194 13 63 0 0.93 0.68 0.24 343.43 0.87 0.41
Hex C2 D 3F 0 5D 44 18 157 57 29
Octal 302 15 77 0 135 104 30 527 127 51
Binary 11000010 1101 111111 0 1011101 1000100 11000 101010111 1010111 101001

Color Harmonies of #C20D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D3F

Black with #C20D3F

Text Example


Text Example

White with #C20D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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