Html Css Color HEX #C20036 Cardinal

📋 copy color: '#C20036'

red 194 ◦ green 0 ◦ blue 54

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

Shades of Cardinal #C20036

Tints of Cardinal #C20036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.23%
G = 0%
B = 21.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20036 (or 0xC20036) is known color: Cardinal. HEX triplet: C2, 00 and 36. RGB value is (194,0,54). Sum of RGB (Red+Green+Blue) = 194+0+54=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C20036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20036 is #3DFFC9. Grayscale: #404040. Windows color (decimal): -4063178 or 3539138. OLE color: 3539138.

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

Color convert

RGB 194 0 54 -
CMYK 0 1 0.72 0.24
HSL 343.3º 1% 0.38% -
HSV(B) 343.3º 1% 0.76% -
XYZ 22.91 11.74 4.55 -
YUV 64.16 122.27 220.61 -
System Red Green Blue C M Y K H S L
Decimal 194 0 54 0 1 0.72 0.24 343.3 1 0.38
Hex C2 0 36 0 64 48 18 157 64 26
Octal 302 0 66 0 144 110 30 527 144 46
Binary 11000010 0 110110 0 1100100 1001000 11000 101010111 1100100 100110

Color Harmonies of #C20036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20036

Black with #C20036

Text Example


Text Example

White with #C20036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20036; }

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

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

background-color css

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

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

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

border-color css

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

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

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