Html Css Color HEX #C70542 Crimson

📋 copy color: '#C70542'

red 199 ◦ green 5 ◦ blue 66

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

Shades of Crimson #C70542

Tints of Crimson #C70542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 73.7%
G = 1.85%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70542 (or 0xC70542) is known color: Crimson. HEX triplet: C7, 05 and 42. RGB value is (199,5,66). Sum of RGB (Red+Green+Blue) = 199+5+66=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C70542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70542 is #38FABD. Grayscale: #454545. Windows color (decimal): -3734206 or 4326855. OLE color: 4326855.

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

Color convert

RGB 199 5 66 -
CMYK 0 0.97 0.67 0.22
HSL 341.13º 0.95% 0.4% -
HSV(B) 341.13º 0.97% 0.78% -
XYZ 24.59 12.64 6.3 -
YUV 69.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 199 5 66 0 0.97 0.67 0.22 341.13 0.95 0.4
Hex C7 5 42 0 61 43 16 155 5F 28
Octal 307 5 102 0 141 103 26 525 137 50
Binary 11000111 101 1000010 0 1100001 1000011 10110 101010101 1011111 101000

Color Harmonies of #C70542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70542

Black with #C70542

Text Example


Text Example

White with #C70542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70542; }

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

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

background-color css

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

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

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

border-color css

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

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

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