Html Css Color HEX #C70231 Crimson

📋 copy color: '#C70231'

red 199 ◦ green 2 ◦ blue 49

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

Shades of Crimson #C70231

Tints of Crimson #C70231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 79.6%
G = 0.8%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C70231 (or 0xC70231) is known color: Crimson. HEX triplet: C7, 02 and 31. RGB value is (199,2,49). Sum of RGB (Red+Green+Blue) = 199+2+49=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C70231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70231 is #38FDCE. Grayscale: #424242. Windows color (decimal): -3734991 or 3211975. OLE color: 3211975.

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

Color convert

RGB 199 2 49 -
CMYK 0 0.99 0.75 0.22
HSL 345.69º 0.98% 0.39% -
HSV(B) 345.69º 0.99% 0.78% -
XYZ 24.13 12.41 4.03 -
YUV 66.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 199 2 49 0 0.99 0.75 0.22 345.69 0.98 0.39
Hex C7 2 31 0 63 4B 16 15A 62 27
Octal 307 2 61 0 143 113 26 532 142 47
Binary 11000111 10 110001 0 1100011 1001011 10110 101011010 1100010 100111

Color Harmonies of #C70231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70231

Black with #C70231

Text Example


Text Example

White with #C70231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70231; }

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

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

background-color css

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

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

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

border-color css

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

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

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