Html Css Color HEX #C70244 Crimson

📋 copy color: '#C70244'

red 199 ◦ green 2 ◦ blue 68

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

Shades of Crimson #C70244

Tints of Crimson #C70244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 73.98%
G = 0.74%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70244 (or 0xC70244) is known color: Crimson. HEX triplet: C7, 02 and 44. RGB value is (199,2,68). Sum of RGB (Red+Green+Blue) = 199+2+68=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C70244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70244 is #38FDBB. Grayscale: #444444. Windows color (decimal): -3734972 or 4457159. OLE color: 4457159.

HSL color Cylindrical-coordinate representation of color #C70244: hue angle of 339.9º 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 #C70244 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 68 -
CMYK 0 0.99 0.66 0.22
HSL 339.9º 0.98% 0.39% -
HSV(B) 339.9º 0.99% 0.78% -
XYZ 24.62 12.6 6.6 -
YUV 68.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 199 2 68 0 0.99 0.66 0.22 339.9 0.98 0.39
Hex C7 2 44 0 63 42 16 154 62 27
Octal 307 2 104 0 143 102 26 524 142 47
Binary 11000111 10 1000100 0 1100011 1000010 10110 101010100 1100010 100111

Color Harmonies of #C70244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70244

Black with #C70244

Text Example


Text Example

White with #C70244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70244; }

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

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

background-color css

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

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

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

border-color css

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

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

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