Html Css Color HEX #FD250E Scarlet

📋 copy color: '#FD250E'

red 253 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #FD250E

Tints of Scarlet #FD250E

RGB

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

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

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

R = 83.22%
G = 12.17%
B = 4.61%

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

#FD250E (or 0xFD250E) is known color: Scarlet. HEX triplet: FD, 25 and 0E. RGB value is (253,37,14). Sum of RGB (Red+Green+Blue) = 253+37+14=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD250E is #02DAF1. Grayscale: #636363. Windows color (decimal): -187122 or 927229. OLE color: 927229.

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

Color convert

RGB 253 37 14 -
CMYK 0 0.85 0.94 0.01
HSL 5.77º 0.98% 0.52% -
HSV(B) 5.77º 0.94% 0.99% -
XYZ 41.25 22.24 2.53 -
YUV 98.96 80.06 237.87 -
System Red Green Blue C M Y K H S L
Decimal 253 37 14 0 0.85 0.94 0.01 5.77 0.98 0.52
Hex FD 25 E 0 55 5E 1 6 62 34
Octal 375 45 16 0 125 136 1 6 142 64
Binary 11111101 100101 1110 0 1010101 1011110 1 110 1100010 110100

Color Harmonies of #FD250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD250E

Black with #FD250E

Text Example


Text Example

White with #FD250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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