Html Css Color HEX #FD140D Scarlet

📋 copy color: '#FD140D'

red 253 ◦ green 20 ◦ blue 13

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

Shades of Scarlet #FD140D

Tints of Scarlet #FD140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 88.46%
G = 6.99%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD140D (or 0xFD140D) is known color: Scarlet. HEX triplet: FD, 14 and 0D. RGB value is (253,20,13). Sum of RGB (Red+Green+Blue) = 253+20+13=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD140D is #02EBF2. Grayscale: #595959. Windows color (decimal): -191475 or 857341. OLE color: 857341.

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

Color convert

RGB 253 20 13 -
CMYK 0 0.92 0.95 0.01
HSL 1.75º 0.98% 0.52% -
HSV(B) 1.75º 0.95% 0.99% -
XYZ 40.83 21.41 2.36 -
YUV 88.87 85.19 245.07 -
System Red Green Blue C M Y K H S L
Decimal 253 20 13 0 0.92 0.95 0.01 1.75 0.98 0.52
Hex FD 14 D 0 5C 5F 1 2 62 34
Octal 375 24 15 0 134 137 1 2 142 64
Binary 11111101 10100 1101 0 1011100 1011111 1 10 1100010 110100

Color Harmonies of #FD140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD140D

Black with #FD140D

Text Example


Text Example

White with #FD140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD140D; }

 p { color: rgb(253,20,13); }

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

background-color css

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

 a { background-color: rgb(253,20,13); }

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

border-color css

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

 span { border-color: rgb(253,20,13); }

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