Html Css Color HEX #C20136 Cardinal

📋 copy color: '#C20136'

red 194 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #C20136

Tints of Cardinal #C20136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 77.91%
G = 0.4%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20136 (or 0xC20136) is known color: Cardinal. HEX triplet: C2, 01 and 36. RGB value is (194,1,54). Sum of RGB (Red+Green+Blue) = 194+1+54=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C20136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20136 is #3DFEC9. Grayscale: #404040. Windows color (decimal): -4062922 or 3539394. OLE color: 3539394.

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

Color convert

RGB 194 1 54 -
CMYK 0 0.99 0.72 0.24
HSL 343.52º 0.99% 0.38% -
HSV(B) 343.52º 0.99% 0.76% -
XYZ 22.92 11.76 4.55 -
YUV 64.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 194 1 54 0 0.99 0.72 0.24 343.52 0.99 0.38
Hex C2 1 36 0 63 48 18 158 63 26
Octal 302 1 66 0 143 110 30 530 143 46
Binary 11000010 1 110110 0 1100011 1001000 11000 101011000 1100011 100110

Color Harmonies of #C20136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20136

Black with #C20136

Text Example


Text Example

White with #C20136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20136; }

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

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

background-color css

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

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

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

border-color css

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

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

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