Html Css Color HEX #C70339 Crimson

📋 copy color: '#C70339'

red 199 ◦ green 3 ◦ blue 57

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

Shades of Crimson #C70339

Tints of Crimson #C70339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 76.83%
G = 1.16%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C70339 (or 0xC70339) is known color: Crimson. HEX triplet: C7, 03 and 39. RGB value is (199,3,57). Sum of RGB (Red+Green+Blue) = 199+3+57=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C70339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70339 is #38FCC6. Grayscale: #434343. Windows color (decimal): -3734727 or 3736519. OLE color: 3736519.

HSL color Cylindrical-coordinate representation of color #C70339: hue angle of 343.47º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70339 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 57 -
CMYK 0 0.98 0.71 0.22
HSL 343.47º 0.97% 0.4% -
HSV(B) 343.47º 0.98% 0.78% -
XYZ 24.32 12.5 5 -
YUV 67.76 121.93 221.61 -
System Red Green Blue C M Y K H S L
Decimal 199 3 57 0 0.98 0.71 0.22 343.47 0.97 0.4
Hex C7 3 39 0 62 47 16 157 61 28
Octal 307 3 71 0 142 107 26 527 141 50
Binary 11000111 11 111001 0 1100010 1000111 10110 101010111 1100001 101000

Color Harmonies of #C70339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70339

Black with #C70339

Text Example


Text Example

White with #C70339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70339; }

 p { color: rgb(199,3,57); }

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

background-color css

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

 a { background-color: rgb(199,3,57); }

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

border-color css

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

 span { border-color: rgb(199,3,57); }

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