Html Css Color HEX #FD250F Scarlet

📋 copy color: '#FD250F'

red 253 ◦ green 37 ◦ blue 15

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

Shades of Scarlet #FD250F

Tints of Scarlet #FD250F

RGB

 RED value IS 253 (99.22% from 255) = 82.95%

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 82.95%
G = 12.13%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD250F (or 0xFD250F) is known color: Scarlet. HEX triplet: FD, 25 and 0F. RGB value is (253,37,15). Sum of RGB (Red+Green+Blue) = 253+37+15=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD250F is #02DAF0. Grayscale: #636363. Windows color (decimal): -187121 or 992765. OLE color: 992765.

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

Color convert

RGB 253 37 15 -
CMYK 0 0.85 0.94 0.01
HSL 5.55º 0.98% 0.53% -
HSV(B) 5.55º 0.94% 0.99% -
XYZ 41.26 22.24 2.57 -
YUV 99.08 80.56 237.79 -
System Red Green Blue C M Y K H S L
Decimal 253 37 15 0 0.85 0.94 0.01 5.55 0.98 0.53
Hex FD 25 F 0 55 5E 1 6 62 35
Octal 375 45 17 0 125 136 1 6 142 65
Binary 11111101 100101 1111 0 1010101 1011110 1 110 1100010 110101

Color Harmonies of #FD250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD250F

Black with #FD250F

Text Example


Text Example

White with #FD250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD250F; }

 p { color: rgb(253,37,15); }

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

background-color css

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

 a { background-color: rgb(253,37,15); }

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

border-color css

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

 span { border-color: rgb(253,37,15); }

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