Html Css Color HEX #C70144 Crimson

📋 copy color: '#C70144'

red 199 ◦ green 1 ◦ blue 68

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

Shades of Crimson #C70144

Tints of Crimson #C70144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 74.25%
G = 0.37%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70144 (or 0xC70144) is known color: Crimson. HEX triplet: C7, 01 and 44. RGB value is (199,1,68). Sum of RGB (Red+Green+Blue) = 199+1+68=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C70144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70144 is #38FEBB. Grayscale: #434343. Windows color (decimal): -3735228 or 4456903. OLE color: 4456903.

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

Color convert

RGB 199 1 68 -
CMYK 0 0.99 0.66 0.22
HSL 339.7º 0.99% 0.39% -
HSV(B) 339.7º 0.99% 0.78% -
XYZ 24.61 12.58 6.6 -
YUV 67.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 199 1 68 0 0.99 0.66 0.22 339.7 0.99 0.39
Hex C7 1 44 0 63 42 16 154 63 27
Octal 307 1 104 0 143 102 26 524 143 47
Binary 11000111 1 1000100 0 1100011 1000010 10110 101010100 1100011 100111

Color Harmonies of #C70144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70144

Black with #C70144

Text Example


Text Example

White with #C70144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70144; }

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

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

background-color css

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

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

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

border-color css

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

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

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