Html Css Color HEX #C70246 Crimson

📋 copy color: '#C70246'

red 199 ◦ green 2 ◦ blue 70

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

Shades of Crimson #C70246

Tints of Crimson #C70246

RGB

 RED value IS 199 (78.13% from 255) = 73.43%

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

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

R = 73.43%
G = 0.74%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70246 (or 0xC70246) is known color: Crimson. HEX triplet: C7, 02 and 46. RGB value is (199,2,70). Sum of RGB (Red+Green+Blue) = 199+2+70=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C70246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70246 is #38FDB9. Grayscale: #444444. Windows color (decimal): -3734970 or 4588231. OLE color: 4588231.

HSL color Cylindrical-coordinate representation of color #C70246: hue angle of 339.29º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70246 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 70 -
CMYK 0 0.99 0.65 0.22
HSL 339.29º 0.98% 0.39% -
HSV(B) 339.29º 0.99% 0.78% -
XYZ 24.68 12.63 6.93 -
YUV 68.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 199 2 70 0 0.99 0.65 0.22 339.29 0.98 0.39
Hex C7 2 46 0 63 41 16 153 62 27
Octal 307 2 106 0 143 101 26 523 142 47
Binary 11000111 10 1000110 0 1100011 1000001 10110 101010011 1100010 100111

Color Harmonies of #C70246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70246

Black with #C70246

Text Example


Text Example

White with #C70246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70246; }

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

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

background-color css

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

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

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

border-color css

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

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

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