Html Css Color HEX #C70042 Crimson

📋 copy color: '#C70042'

red 199 ◦ green 0 ◦ blue 66

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

Shades of Crimson #C70042

Tints of Crimson #C70042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.09%
G = 0%
B = 24.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70042 (or 0xC70042) is known color: Crimson. HEX triplet: C7, 00 and 42. RGB value is (199,0,66). Sum of RGB (Red+Green+Blue) = 199+0+66=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C70042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70042 is #38FFBD. Grayscale: #424242. Windows color (decimal): -3735486 or 4325575. OLE color: 4325575.

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

Color convert

RGB 199 0 66 -
CMYK 0 1 0.67 0.22
HSL 340.1º 1% 0.39% -
HSV(B) 340.1º 1% 0.78% -
XYZ 24.54 12.54 6.28 -
YUV 67.03 127.43 222.13 -
System Red Green Blue C M Y K H S L
Decimal 199 0 66 0 1 0.67 0.22 340.1 1 0.39
Hex C7 0 42 0 64 43 16 154 64 27
Octal 307 0 102 0 144 103 26 524 144 47
Binary 11000111 0 1000010 0 1100100 1000011 10110 101010100 1100100 100111

Color Harmonies of #C70042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70042

Black with #C70042

Text Example


Text Example

White with #C70042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70042; }

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

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

background-color css

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

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

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

border-color css

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

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

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