Html Css Color HEX #C70132 Crimson

📋 copy color: '#C70132'

red 199 ◦ green 1 ◦ blue 50

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

Shades of Crimson #C70132

Tints of Crimson #C70132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 50 (19.92% from 255) = 20%

R = 79.6%
G = 0.4%
B = 20%

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

#C70132 (or 0xC70132) is known color: Crimson. HEX triplet: C7, 01 and 32. RGB value is (199,1,50). Sum of RGB (Red+Green+Blue) = 199+1+50=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C70132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70132 is #38FECD. Grayscale: #414141. Windows color (decimal): -3735246 or 3277255. OLE color: 3277255.

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

Color convert

RGB 199 1 50 -
CMYK 0 0.99 0.75 0.22
HSL 345.15º 0.99% 0.39% -
HSV(B) 345.15º 0.99% 0.78% -
XYZ 24.14 12.39 4.14 -
YUV 65.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 199 1 50 0 0.99 0.75 0.22 345.15 0.99 0.39
Hex C7 1 32 0 63 4B 16 159 63 27
Octal 307 1 62 0 143 113 26 531 143 47
Binary 11000111 1 110010 0 1100011 1001011 10110 101011001 1100011 100111

Color Harmonies of #C70132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70132

Black with #C70132

Text Example


Text Example

White with #C70132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70132; }

 p { color: rgb(199,1,50); }

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

background-color css

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

 a { background-color: rgb(199,1,50); }

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

border-color css

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

 span { border-color: rgb(199,1,50); }

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