Html Css Color HEX #FF250B Scarlet

📋 copy color: '#FF250B'

red 255 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #FF250B

Tints of Scarlet #FF250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 84.16%
G = 12.21%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF250B (or 0xFF250B) is known color: Scarlet. HEX triplet: FF, 25 and 0B. RGB value is (255,37,11). Sum of RGB (Red+Green+Blue) = 255+37+11=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF250B is #00DAF4. Grayscale: #636363. Windows color (decimal): -56053 or 730623. OLE color: 730623.

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

Color convert

RGB 255 37 11 -
CMYK 0 0.85 0.96 0
HSL 6.39º 1% 0.52% -
HSV(B) 6.39º 0.96% 1% -
XYZ 41.96 22.61 2.47 -
YUV 99.22 78.22 239.11 -
System Red Green Blue C M Y K H S L
Decimal 255 37 11 0 0.85 0.96 0 6.39 1 0.52
Hex FF 25 B 0 55 60 0 6 64 34
Octal 377 45 13 0 125 140 0 6 144 64
Binary 11111111 100101 1011 0 1010101 1100000 0 110 1100100 110100

Color Harmonies of #FF250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF250B

Black with #FF250B

Text Example


Text Example

White with #FF250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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