Html Css Color HEX #C70044 Crimson

📋 copy color: '#C70044'

red 199 ◦ green 0 ◦ blue 68

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

Shades of Crimson #C70044

Tints of Crimson #C70044

RGB

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

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

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

R = 74.53%
G = 0%
B = 25.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70044 (or 0xC70044) is known color: Crimson. HEX triplet: C7, 00 and 44. RGB value is (199,0,68). Sum of RGB (Red+Green+Blue) = 199+0+68=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C70044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70044 is #38FFBB. Grayscale: #434343. Windows color (decimal): -3735484 or 4456647. OLE color: 4456647.

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

Color convert

RGB 199 0 68 -
CMYK 0 1 0.66 0.22
HSL 339.5º 1% 0.39% -
HSV(B) 339.5º 1% 0.78% -
XYZ 24.6 12.56 6.6 -
YUV 67.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 199 0 68 0 1 0.66 0.22 339.5 1 0.39
Hex C7 0 44 0 64 42 16 153 64 27
Octal 307 0 104 0 144 102 26 523 144 47
Binary 11000111 0 1000100 0 1100100 1000010 10110 101010011 1100100 100111

Color Harmonies of #C70044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70044

Black with #C70044

Text Example


Text Example

White with #C70044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70044; }

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

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

background-color css

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

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

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

border-color css

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

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

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