Html Css Color HEX #C7053B Crimson

📋 copy color: '#C7053B'

red 199 ◦ green 5 ◦ blue 59

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

Shades of Crimson #C7053B

Tints of Crimson #C7053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 75.67%
G = 1.9%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7053B (or 0xC7053B) is known color: Crimson. HEX triplet: C7, 05 and 3B. RGB value is (199,5,59). Sum of RGB (Red+Green+Blue) = 199+5+59=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7053B is #38FAC4. Grayscale: #454545. Windows color (decimal): -3734213 or 3868103. OLE color: 3868103.

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

Color convert

RGB 199 5 59 -
CMYK 0 0.97 0.70 0.22
HSL 343.3º 0.95% 0.4% -
HSV(B) 343.3º 0.97% 0.78% -
XYZ 24.4 12.57 5.28 -
YUV 69.16 122.27 220.61 -
System Red Green Blue C M Y K H S L
Decimal 199 5 59 0 0.97 0.70 0.22 343.3 0.95 0.4
Hex C7 5 3B 0 61 46 16 157 5F 28
Octal 307 5 73 0 141 106 26 527 137 50
Binary 11000111 101 111011 0 1100001 1000110 10110 101010111 1011111 101000

Color Harmonies of #C7053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7053B

Black with #C7053B

Text Example


Text Example

White with #C7053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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