Html Css Color HEX #C70242 Crimson

📋 copy color: '#C70242'

red 199 ◦ green 2 ◦ blue 66

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

Shades of Crimson #C70242

Tints of Crimson #C70242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 74.53%
G = 0.75%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70242 (or 0xC70242) is known color: Crimson. HEX triplet: C7, 02 and 42. RGB value is (199,2,66). Sum of RGB (Red+Green+Blue) = 199+2+66=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C70242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70242 is #38FDBD. Grayscale: #444444. Windows color (decimal): -3734974 or 4326087. OLE color: 4326087.

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

Color convert

RGB 199 2 66 -
CMYK 0 0.99 0.67 0.22
HSL 340.51º 0.98% 0.39% -
HSV(B) 340.51º 0.99% 0.78% -
XYZ 24.56 12.58 6.29 -
YUV 68.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 199 2 66 0 0.99 0.67 0.22 340.51 0.98 0.39
Hex C7 2 42 0 63 43 16 155 62 27
Octal 307 2 102 0 143 103 26 525 142 47
Binary 11000111 10 1000010 0 1100011 1000011 10110 101010101 1100010 100111

Color Harmonies of #C70242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70242

Black with #C70242

Text Example


Text Example

White with #C70242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70242; }

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

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

background-color css

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

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

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

border-color css

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

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

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