Html Css Color HEX #FF250E Scarlet

📋 copy color: '#FF250E'

red 255 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #FF250E

Tints of Scarlet #FF250E

RGB

 RED value IS 255 (100% from 255) = 83.33%

 GREEN value IS 37 (14.84% from 255) = 12.09%

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 83.33%
G = 12.09%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF250E (or 0xFF250E) is known color: Scarlet. HEX triplet: FF, 25 and 0E. RGB value is (255,37,14). Sum of RGB (Red+Green+Blue) = 255+37+14=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF250E is #00DAF1. Grayscale: #636363. Windows color (decimal): -56050 or 927231. OLE color: 927231.

HSL color Cylindrical-coordinate representation of color #FF250E: hue angle of 5.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF250E is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 37 14 -
CMYK 0 0.85 0.95 0
HSL 5.73º 1% 0.53% -
HSV(B) 5.73º 0.95% 1% -
XYZ 41.98 22.61 2.57 -
YUV 99.56 79.72 238.87 -
System Red Green Blue C M Y K H S L
Decimal 255 37 14 0 0.85 0.95 0 5.73 1 0.53
Hex FF 25 E 0 55 5F 0 6 64 35
Octal 377 45 16 0 125 137 0 6 144 65
Binary 11111111 100101 1110 0 1010101 1011111 0 110 1100100 110101

Color Harmonies of #FF250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF250E

Black with #FF250E

Text Example


Text Example

White with #FF250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF250E; }

 p { color: rgb(255,37,14); }

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

background-color css

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

 a { background-color: rgb(255,37,14); }

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

border-color css

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

 span { border-color: rgb(255,37,14); }

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