Html Css Color HEX #C20C3D Cardinal

📋 copy color: '#C20C3D'

red 194 ◦ green 12 ◦ blue 61

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

Shades of Cardinal #C20C3D

Tints of Cardinal #C20C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 72.66%
G = 4.49%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C20C3D (or 0xC20C3D) is known color: Cardinal. HEX triplet: C2, 0C and 3D. RGB value is (194,12,61). Sum of RGB (Red+Green+Blue) = 194+12+61=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C3D is #3DF3C2. Grayscale: #474747. Windows color (decimal): -4060099 or 4000962. OLE color: 4000962.

HSL color Cylindrical-coordinate representation of color #C20C3D: hue angle of 343.85º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C3D is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 61 -
CMYK 0 0.94 0.69 0.24
HSL 343.85º 0.88% 0.4% -
HSV(B) 343.85º 0.94% 0.76% -
XYZ 23.22 12.07 5.52 -
YUV 72 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 194 12 61 0 0.94 0.69 0.24 343.85 0.88 0.4
Hex C2 C 3D 0 5E 45 18 158 58 28
Octal 302 14 75 0 136 105 30 530 130 50
Binary 11000010 1100 111101 0 1011110 1000101 11000 101011000 1011000 101000

Color Harmonies of #C20C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C3D

Black with #C20C3D

Text Example


Text Example

White with #C20C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C3D; }

 p { color: rgb(194,12,61); }

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

background-color css

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

 a { background-color: rgb(194,12,61); }

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

border-color css

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

 span { border-color: rgb(194,12,61); }

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