Html Css Color HEX #C70245 Crimson

📋 copy color: '#C70245'

red 199 ◦ green 2 ◦ blue 69

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

Shades of Crimson #C70245

Tints of Crimson #C70245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 73.7%
G = 0.74%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70245 (or 0xC70245) is known color: Crimson. HEX triplet: C7, 02 and 45. RGB value is (199,2,69). Sum of RGB (Red+Green+Blue) = 199+2+69=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C70245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70245 is #38FDBA. Grayscale: #444444. Windows color (decimal): -3734971 or 4522695. OLE color: 4522695.

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

Color convert

RGB 199 2 69 -
CMYK 0 0.99 0.65 0.22
HSL 339.59º 0.98% 0.39% -
HSV(B) 339.59º 0.99% 0.78% -
XYZ 24.65 12.62 6.77 -
YUV 68.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 199 2 69 0 0.99 0.65 0.22 339.59 0.98 0.39
Hex C7 2 45 0 63 41 16 154 62 27
Octal 307 2 105 0 143 101 26 524 142 47
Binary 11000111 10 1000101 0 1100011 1000001 10110 101010100 1100010 100111

Color Harmonies of #C70245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70245

Black with #C70245

Text Example


Text Example

White with #C70245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70245; }

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

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

background-color css

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

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

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

border-color css

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

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

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