Html Css Color HEX #7F1F25 Scarlett

📋 copy color: '#7F1F25'

red 127 ◦ green 31 ◦ blue 37

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

Shades of Scarlett #7F1F25

Tints of Scarlett #7F1F25

RGB

 RED value IS 127 (50% from 255) = 65.13%

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 65.13%
G = 15.9%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#7F1F25 (or 0x7F1F25) is known color: Scarlett. HEX triplet: 7F, 1F and 25. RGB value is (127,31,37). Sum of RGB (Red+Green+Blue) = 127+31+37=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1F25 is #80E0DA. Grayscale: #3C3C3C. Windows color (decimal): -8446171 or 2432895. OLE color: 2432895.

HSL color Cylindrical-coordinate representation of color #7F1F25: hue angle of 356.25º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1F25 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 31 37 -
CMYK 0 0.76 0.71 0.50
HSL 356.25º 0.61% 0.31% -
HSV(B) 356.25º 0.76% 0.5% -
XYZ 9.58 5.63 2.33 -
YUV 60.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 127 31 37 0 0.76 0.71 0.50 356.25 0.61 0.31
Hex 7F 1F 25 0 4C 47 32 164 3D 1F
Octal 177 37 45 0 114 107 62 544 75 37
Binary 1111111 11111 100101 0 1001100 1000111 110010 101100100 111101 11111

Color Harmonies of #7F1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1F25

Black with #7F1F25

Text Example


Text Example

White with #7F1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F1F25; }

 p { color: rgb(127,31,37); }

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

background-color css

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

 a { background-color: rgb(127,31,37); }

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

border-color css

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

 span { border-color: rgb(127,31,37); }

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