Html Css Color HEX #C7053F Crimson

📋 copy color: '#C7053F'

red 199 ◦ green 5 ◦ blue 63

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

Shades of Crimson #C7053F

Tints of Crimson #C7053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 74.53%
G = 1.87%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7053F (or 0xC7053F) is known color: Crimson. HEX triplet: C7, 05 and 3F. RGB value is (199,5,63). Sum of RGB (Red+Green+Blue) = 199+5+63=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7053F is #38FAC0. Grayscale: #454545. Windows color (decimal): -3734209 or 4130247. OLE color: 4130247.

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

Color convert

RGB 199 5 63 -
CMYK 0 0.97 0.68 0.22
HSL 342.06º 0.95% 0.4% -
HSV(B) 342.06º 0.97% 0.78% -
XYZ 24.5 12.61 5.84 -
YUV 69.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 199 5 63 0 0.97 0.68 0.22 342.06 0.95 0.4
Hex C7 5 3F 0 61 44 16 156 5F 28
Octal 307 5 77 0 141 104 26 526 137 50
Binary 11000111 101 111111 0 1100001 1000100 10110 101010110 1011111 101000

Color Harmonies of #C7053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7053F

Black with #C7053F

Text Example


Text Example

White with #C7053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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