Html Css Color HEX #C70048 Crimson

📋 copy color: '#C70048'

red 199 ◦ green 0 ◦ blue 72

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

Shades of Crimson #C70048

Tints of Crimson #C70048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 73.43%
G = 0%
B = 26.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C70048 (or 0xC70048) is known color: Crimson. HEX triplet: C7, 00 and 48. RGB value is (199,0,72). Sum of RGB (Red+Green+Blue) = 199+0+72=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C70048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70048 is #38FFB7. Grayscale: #434343. Windows color (decimal): -3735480 or 4718791. OLE color: 4718791.

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

Color convert

RGB 199 0 72 -
CMYK 0 1 0.64 0.22
HSL 338.29º 1% 0.39% -
HSV(B) 338.29º 1% 0.78% -
XYZ 24.72 12.61 7.26 -
YUV 67.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 199 0 72 0 1 0.64 0.22 338.29 1 0.39
Hex C7 0 48 0 64 40 16 152 64 27
Octal 307 0 110 0 144 100 26 522 144 47
Binary 11000111 0 1001000 0 1100100 1000000 10110 101010010 1100100 100111

Color Harmonies of #C70048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70048

Black with #C70048

Text Example


Text Example

White with #C70048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70048; }

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

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

background-color css

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

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

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

border-color css

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

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

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