Html Css Color HEX #C70345 Crimson

📋 copy color: '#C70345'

red 199 ◦ green 3 ◦ blue 69

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

Shades of Crimson #C70345

Tints of Crimson #C70345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 73.43%
G = 1.11%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70345 (or 0xC70345) is known color: Crimson. HEX triplet: C7, 03 and 45. RGB value is (199,3,69). Sum of RGB (Red+Green+Blue) = 199+3+69=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C70345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70345 is #38FCBA. Grayscale: #454545. Windows color (decimal): -3734715 or 4522951. OLE color: 4522951.

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

Color convert

RGB 199 3 69 -
CMYK 0 0.98 0.65 0.22
HSL 339.8º 0.97% 0.4% -
HSV(B) 339.8º 0.98% 0.78% -
XYZ 24.66 12.64 6.77 -
YUV 69.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 199 3 69 0 0.98 0.65 0.22 339.8 0.97 0.4
Hex C7 3 45 0 62 41 16 154 61 28
Octal 307 3 105 0 142 101 26 524 141 50
Binary 11000111 11 1000101 0 1100010 1000001 10110 101010100 1100001 101000

Color Harmonies of #C70345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70345

Black with #C70345

Text Example


Text Example

White with #C70345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70345; }

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

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

background-color css

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

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

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

border-color css

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

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

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