Html Css Color HEX #FD2718 Scarlet

📋 copy color: '#FD2718'

red 253 ◦ green 39 ◦ blue 24

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

Shades of Scarlet #FD2718

Tints of Scarlet #FD2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 80.06%
G = 12.34%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD2718 (or 0xFD2718) is known color: Scarlet. HEX triplet: FD, 27 and 18. RGB value is (253,39,24). Sum of RGB (Red+Green+Blue) = 253+39+24=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2718 is #02D8E7. Grayscale: #656565. Windows color (decimal): -186600 or 1583101. OLE color: 1583101.

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

Color convert

RGB 253 39 24 -
CMYK 0 0.85 0.91 0.01
HSL 3.93º 0.98% 0.54% -
HSV(B) 3.93º 0.91% 0.99% -
XYZ 41.4 22.4 3.01 -
YUV 101.28 84.4 236.22 -
System Red Green Blue C M Y K H S L
Decimal 253 39 24 0 0.85 0.91 0.01 3.93 0.98 0.54
Hex FD 27 18 0 55 5B 1 4 62 36
Octal 375 47 30 0 125 133 1 4 142 66
Binary 11111101 100111 11000 0 1010101 1011011 1 100 1100010 110110

Color Harmonies of #FD2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2718

Black with #FD2718

Text Example


Text Example

White with #FD2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2718; }

 p { color: rgb(253,39,24); }

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

background-color css

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

 a { background-color: rgb(253,39,24); }

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

border-color css

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

 span { border-color: rgb(253,39,24); }

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