Html Css Color HEX #851425 Scarlett

📋 copy color: '#851425'

red 133 ◦ green 20 ◦ blue 37

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

Shades of Scarlett #851425

Tints of Scarlett #851425

RGB

 RED value IS 133 (52.34% from 255) = 70%

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 70%
G = 10.53%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#851425 (or 0x851425) is known color: Scarlett. HEX triplet: 85, 14 and 25. RGB value is (133,20,37). Sum of RGB (Red+Green+Blue) = 133+20+37=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851425 is #7AEBDA. Grayscale: #373737. Windows color (decimal): -8055771 or 2430085. OLE color: 2430085.

HSL color Cylindrical-coordinate representation of color #851425: hue angle of 350.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851425 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 37 -
CMYK 0 0.85 0.72 0.48
HSL 350.97º 0.74% 0.3% -
HSV(B) 350.97º 0.85% 0.52% -
XYZ 10.26 5.62 2.29 -
YUV 55.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 133 20 37 0 0.85 0.72 0.48 350.97 0.74 0.3
Hex 85 14 25 0 55 48 30 15F 4A 1E
Octal 205 24 45 0 125 110 60 537 112 36
Binary 10000101 10100 100101 0 1010101 1001000 110000 101011111 1001010 11110

Color Harmonies of #851425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851425

Black with #851425

Text Example


Text Example

White with #851425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851425; }

 p { color: rgb(133,20,37); }

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

background-color css

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

 a { background-color: rgb(133,20,37); }

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

border-color css

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

 span { border-color: rgb(133,20,37); }

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