Html Css Color HEX #C20636 Cardinal

📋 copy color: '#C20636'

red 194 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #C20636

Tints of Cardinal #C20636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 76.38%
G = 2.36%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20636 (or 0xC20636) is known color: Cardinal. HEX triplet: C2, 06 and 36. RGB value is (194,6,54). Sum of RGB (Red+Green+Blue) = 194+6+54=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C20636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20636 is #3DF9C9. Grayscale: #434343. Windows color (decimal): -4061642 or 3540674. OLE color: 3540674.

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

Color convert

RGB 194 6 54 -
CMYK 0 0.97 0.72 0.24
HSL 344.68º 0.94% 0.39% -
HSV(B) 344.68º 0.97% 0.76% -
XYZ 22.98 11.87 4.57 -
YUV 67.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 194 6 54 0 0.97 0.72 0.24 344.68 0.94 0.39
Hex C2 6 36 0 61 48 18 159 5E 27
Octal 302 6 66 0 141 110 30 531 136 47
Binary 11000010 110 110110 0 1100001 1001000 11000 101011001 1011110 100111

Color Harmonies of #C20636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20636

Black with #C20636

Text Example


Text Example

White with #C20636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20636; }

 p { color: rgb(194,6,54); }

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

background-color css

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

 a { background-color: rgb(194,6,54); }

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

border-color css

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

 span { border-color: rgb(194,6,54); }

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