Html Css Color HEX #FD300D Scarlet

📋 copy color: '#FD300D'

red 253 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #FD300D

Tints of Scarlet #FD300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 80.57%
G = 15.29%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD300D (or 0xFD300D) is known color: Scarlet. HEX triplet: FD, 30 and 0D. RGB value is (253,48,13). Sum of RGB (Red+Green+Blue) = 253+48+13=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD300D is #02CFF2. Grayscale: #696969. Windows color (decimal): -184307 or 864509. OLE color: 864509.

HSL color Cylindrical-coordinate representation of color #FD300D: hue angle of 8.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 #FD300D is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 13 -
CMYK 0 0.81 0.95 0.01
HSL 8.75º 0.98% 0.52% -
HSV(B) 8.75º 0.95% 0.99% -
XYZ 41.64 23.03 2.63 -
YUV 105.31 75.92 233.35 -
System Red Green Blue C M Y K H S L
Decimal 253 48 13 0 0.81 0.95 0.01 8.75 0.98 0.52
Hex FD 30 D 0 51 5F 1 9 62 34
Octal 375 60 15 0 121 137 1 11 142 64
Binary 11111101 110000 1101 0 1010001 1011111 1 1001 1100010 110100

Color Harmonies of #FD300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD300D

Black with #FD300D

Text Example


Text Example

White with #FD300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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