Html Css Color HEX #FD1E07 Scarlet

📋 copy color: '#FD1E07'

red 253 ◦ green 30 ◦ blue 7

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

Shades of Scarlet #FD1E07

Tints of Scarlet #FD1E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 87.24%
G = 10.34%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD1E07 (or 0xFD1E07) is known color: Scarlet. HEX triplet: FD, 1E and 07. RGB value is (253,30,7). Sum of RGB (Red+Green+Blue) = 253+30+7=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1E07 is #02E1F8. Grayscale: #5E5E5E. Windows color (decimal): -188921 or 466685. OLE color: 466685.

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

Color convert

RGB 253 30 7 -
CMYK 0 0.88 0.97 0.01
HSL 5.61º 0.98% 0.51% -
HSV(B) 5.61º 0.97% 0.99% -
XYZ 41.01 21.83 2.25 -
YUV 94.06 78.88 241.37 -
System Red Green Blue C M Y K H S L
Decimal 253 30 7 0 0.88 0.97 0.01 5.61 0.98 0.51
Hex FD 1E 7 0 58 61 1 6 62 33
Octal 375 36 7 0 130 141 1 6 142 63
Binary 11111101 11110 111 0 1011000 1100001 1 110 1100010 110011

Color Harmonies of #FD1E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E07

Black with #FD1E07

Text Example


Text Example

White with #FD1E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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