Html Css Color HEX #C70140 Crimson

📋 copy color: '#C70140'

red 199 ◦ green 1 ◦ blue 64

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

Shades of Crimson #C70140

Tints of Crimson #C70140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 75.38%
G = 0.38%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C70140 (or 0xC70140) is known color: Crimson. HEX triplet: C7, 01 and 40. RGB value is (199,1,64). Sum of RGB (Red+Green+Blue) = 199+1+64=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C70140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70140 is #38FEBF. Grayscale: #434343. Windows color (decimal): -3735232 or 4194759. OLE color: 4194759.

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

Color convert

RGB 199 1 64 -
CMYK 0 0.99 0.68 0.22
HSL 340.91º 0.99% 0.39% -
HSV(B) 340.91º 0.99% 0.78% -
XYZ 24.49 12.53 5.98 -
YUV 67.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 199 1 64 0 0.99 0.68 0.22 340.91 0.99 0.39
Hex C7 1 40 0 63 44 16 155 63 27
Octal 307 1 100 0 143 104 26 525 143 47
Binary 11000111 1 1000000 0 1100011 1000100 10110 101010101 1100011 100111

Color Harmonies of #C70140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70140

Black with #C70140

Text Example


Text Example

White with #C70140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70140; }

 p { color: rgb(199,1,64); }

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

background-color css

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

 a { background-color: rgb(199,1,64); }

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

border-color css

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

 span { border-color: rgb(199,1,64); }

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