Html Css Color HEX #FD1307 Scarlet

📋 copy color: '#FD1307'

red 253 ◦ green 19 ◦ blue 7

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

Shades of Scarlet #FD1307

Tints of Scarlet #FD1307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 90.68%
G = 6.81%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD1307 (or 0xFD1307) is known color: Scarlet. HEX triplet: FD, 13 and 07. RGB value is (253,19,7). Sum of RGB (Red+Green+Blue) = 253+19+7=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1307 is #02ECF8. Grayscale: #575757. Windows color (decimal): -191737 or 463869. OLE color: 463869.

HSL color Cylindrical-coordinate representation of color #FD1307: hue angle of 2.93º 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 #FD1307 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 7 -
CMYK 0 0.92 0.97 0.01
HSL 2.93º 0.98% 0.51% -
HSV(B) 2.93º 0.97% 0.99% -
XYZ 40.78 21.36 2.18 -
YUV 87.6 82.52 245.98 -
System Red Green Blue C M Y K H S L
Decimal 253 19 7 0 0.92 0.97 0.01 2.93 0.98 0.51
Hex FD 13 7 0 5C 61 1 3 62 33
Octal 375 23 7 0 134 141 1 3 142 63
Binary 11111101 10011 111 0 1011100 1100001 1 11 1100010 110011

Color Harmonies of #FD1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1307

Black with #FD1307

Text Example


Text Example

White with #FD1307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1307; }

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

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

background-color css

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

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

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

border-color css

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

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

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