Html Css Color HEX #C20E2E Cardinal

📋 copy color: '#C20E2E'

red 194 ◦ green 14 ◦ blue 46

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

Shades of Cardinal #C20E2E

Tints of Cardinal #C20E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 76.38%
G = 5.51%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C20E2E (or 0xC20E2E) is known color: Cardinal. HEX triplet: C2, 0E and 2E. RGB value is (194,14,46). Sum of RGB (Red+Green+Blue) = 194+14+46=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E2E is #3DF1D1. Grayscale: #474747. Windows color (decimal): -4059602 or 3018434. OLE color: 3018434.

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

Color convert

RGB 194 14 46 -
CMYK 0 0.93 0.76 0.24
HSL 349.33º 0.87% 0.41% -
HSV(B) 349.33º 0.93% 0.76% -
XYZ 22.9 11.98 3.69 -
YUV 71.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 194 14 46 0 0.93 0.76 0.24 349.33 0.87 0.41
Hex C2 E 2E 0 5D 4C 18 15D 57 29
Octal 302 16 56 0 135 114 30 535 127 51
Binary 11000010 1110 101110 0 1011101 1001100 11000 101011101 1010111 101001

Color Harmonies of #C20E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E2E

Black with #C20E2E

Text Example


Text Example

White with #C20E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E2E; }

 p { color: rgb(194,14,46); }

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

background-color css

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

 a { background-color: rgb(194,14,46); }

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

border-color css

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

 span { border-color: rgb(194,14,46); }

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