Html Css Color HEX #FD251E Scarlet

📋 copy color: '#FD251E'

red 253 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #FD251E

Tints of Scarlet #FD251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 79.06%
G = 11.56%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD251E (or 0xFD251E) is known color: Scarlet. HEX triplet: FD, 25 and 1E. RGB value is (253,37,30). Sum of RGB (Red+Green+Blue) = 253+37+30=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD251E is #02DAE1. Grayscale: #656565. Windows color (decimal): -187106 or 1975805. OLE color: 1975805.

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

Color convert

RGB 253 37 30 -
CMYK 0 0.85 0.88 0.01
HSL 1.88º 0.98% 0.55% -
HSV(B) 1.88º 0.88% 0.99% -
XYZ 41.4 22.3 3.35 -
YUV 100.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 253 37 30 0 0.85 0.88 0.01 1.88 0.98 0.55
Hex FD 25 1E 0 55 58 1 2 62 37
Octal 375 45 36 0 125 130 1 2 142 67
Binary 11111101 100101 11110 0 1010101 1011000 1 10 1100010 110111

Color Harmonies of #FD251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD251E

Black with #FD251E

Text Example


Text Example

White with #FD251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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