Html Css Color HEX #FD1607 Scarlet

📋 copy color: '#FD1607'

red 253 ◦ green 22 ◦ blue 7

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

Shades of Scarlet #FD1607

Tints of Scarlet #FD1607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 89.72%
G = 7.8%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD1607 (or 0xFD1607) is known color: Scarlet. HEX triplet: FD, 16 and 07. RGB value is (253,22,7). Sum of RGB (Red+Green+Blue) = 253+22+7=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1607 is #02E9F8. Grayscale: #595959. Windows color (decimal): -190969 or 464637. OLE color: 464637.

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

Color convert

RGB 253 22 7 -
CMYK 0 0.91 0.97 0.01
HSL 3.66º 0.98% 0.51% -
HSV(B) 3.66º 0.97% 0.99% -
XYZ 40.83 21.47 2.19 -
YUV 89.36 81.53 244.72 -
System Red Green Blue C M Y K H S L
Decimal 253 22 7 0 0.91 0.97 0.01 3.66 0.98 0.51
Hex FD 16 7 0 5B 61 1 4 62 33
Octal 375 26 7 0 133 141 1 4 142 63
Binary 11111101 10110 111 0 1011011 1100001 1 100 1100010 110011

Color Harmonies of #FD1607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1607

Black with #FD1607

Text Example


Text Example

White with #FD1607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1607; }

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

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

background-color css

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

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

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

border-color css

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

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

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