Html Css Color HEX #C70133 Crimson

📋 copy color: '#C70133'

red 199 ◦ green 1 ◦ blue 51

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

Shades of Crimson #C70133

Tints of Crimson #C70133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 79.28%
G = 0.4%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C70133 (or 0xC70133) is known color: Crimson. HEX triplet: C7, 01 and 33. RGB value is (199,1,51). Sum of RGB (Red+Green+Blue) = 199+1+51=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C70133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70133 is #38FECC. Grayscale: #414141. Windows color (decimal): -3735245 or 3342791. OLE color: 3342791.

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

Color convert

RGB 199 1 51 -
CMYK 0 0.99 0.74 0.22
HSL 344.85º 0.99% 0.39% -
HSV(B) 344.85º 0.99% 0.78% -
XYZ 24.16 12.4 4.25 -
YUV 65.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 199 1 51 0 0.99 0.74 0.22 344.85 0.99 0.39
Hex C7 1 33 0 63 4A 16 159 63 27
Octal 307 1 63 0 143 112 26 531 143 47
Binary 11000111 1 110011 0 1100011 1001010 10110 101011001 1100011 100111

Color Harmonies of #C70133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70133

Black with #C70133

Text Example


Text Example

White with #C70133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70133; }

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

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

background-color css

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

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

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

border-color css

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

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

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