Html Css Color HEX #C70442 Crimson

📋 copy color: '#C70442'

red 199 ◦ green 4 ◦ blue 66

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

Shades of Crimson #C70442

Tints of Crimson #C70442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 73.98%
G = 1.49%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70442 (or 0xC70442) is known color: Crimson. HEX triplet: C7, 04 and 42. RGB value is (199,4,66). Sum of RGB (Red+Green+Blue) = 199+4+66=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C70442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70442 is #38FBBD. Grayscale: #454545. Windows color (decimal): -3734462 or 4326599. OLE color: 4326599.

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

Color convert

RGB 199 4 66 -
CMYK 0 0.98 0.67 0.22
HSL 340.92º 0.96% 0.4% -
HSV(B) 340.92º 0.98% 0.78% -
XYZ 24.58 12.62 6.3 -
YUV 69.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 199 4 66 0 0.98 0.67 0.22 340.92 0.96 0.4
Hex C7 4 42 0 62 43 16 155 60 28
Octal 307 4 102 0 142 103 26 525 140 50
Binary 11000111 100 1000010 0 1100010 1000011 10110 101010101 1100000 101000

Color Harmonies of #C70442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70442

Black with #C70442

Text Example


Text Example

White with #C70442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70442; }

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

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

background-color css

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

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

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

border-color css

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

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

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