Html Css Color HEX #C20836 Cardinal

📋 copy color: '#C20836'

red 194 ◦ green 8 ◦ blue 54

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

Shades of Cardinal #C20836

Tints of Cardinal #C20836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 75.78%
G = 3.13%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20836 (or 0xC20836) is known color: Cardinal. HEX triplet: C2, 08 and 36. RGB value is (194,8,54). Sum of RGB (Red+Green+Blue) = 194+8+54=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C20836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20836 is #3DF7C9. Grayscale: #444444. Windows color (decimal): -4061130 or 3541186. OLE color: 3541186.

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

Color convert

RGB 194 8 54 -
CMYK 0 0.96 0.72 0.24
HSL 345.16º 0.92% 0.4% -
HSV(B) 345.16º 0.96% 0.76% -
XYZ 23 11.91 4.58 -
YUV 68.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 194 8 54 0 0.96 0.72 0.24 345.16 0.92 0.4
Hex C2 8 36 0 60 48 18 159 5C 28
Octal 302 10 66 0 140 110 30 531 134 50
Binary 11000010 1000 110110 0 1100000 1001000 11000 101011001 1011100 101000

Color Harmonies of #C20836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20836

Black with #C20836

Text Example


Text Example

White with #C20836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20836; }

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

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

background-color css

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

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

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

border-color css

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

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

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