Html Css Color HEX #C20246 Cardinal

📋 copy color: '#C20246'

red 194 ◦ green 2 ◦ blue 70

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

Shades of Cardinal #C20246

Tints of Cardinal #C20246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 72.93%
G = 0.75%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20246 (or 0xC20246) is known color: Cardinal. HEX triplet: C2, 02 and 46. RGB value is (194,2,70). Sum of RGB (Red+Green+Blue) = 194+2+70=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C20246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20246 is #3DFDB9. Grayscale: #434343. Windows color (decimal): -4062650 or 4588226. OLE color: 4588226.

HSL color Cylindrical-coordinate representation of color #C20246: hue angle of 338.75º degrees, saturation: 0.98, 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 #C20246 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 70 -
CMYK 0 0.99 0.64 0.24
HSL 338.75º 0.98% 0.38% -
HSV(B) 338.75º 0.99% 0.76% -
XYZ 23.38 11.95 6.87 -
YUV 67.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 194 2 70 0 0.99 0.64 0.24 338.75 0.98 0.38
Hex C2 2 46 0 63 40 18 153 62 26
Octal 302 2 106 0 143 100 30 523 142 46
Binary 11000010 10 1000110 0 1100011 1000000 11000 101010011 1100010 100110

Color Harmonies of #C20246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20246

Black with #C20246

Text Example


Text Example

White with #C20246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20246; }

 p { color: rgb(194,2,70); }

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

background-color css

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

 a { background-color: rgb(194,2,70); }

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

border-color css

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

 span { border-color: rgb(194,2,70); }

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