Html Css Color HEX #FD300B Scarlet

📋 copy color: '#FD300B'

red 253 ◦ green 48 ◦ blue 11

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

Shades of Scarlet #FD300B

Tints of Scarlet #FD300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 81.09%
G = 15.38%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD300B (or 0xFD300B) is known color: Scarlet. HEX triplet: FD, 30 and 0B. RGB value is (253,48,11). Sum of RGB (Red+Green+Blue) = 253+48+11=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD300B is #02CFF4. Grayscale: #696969. Windows color (decimal): -184309 or 733437. OLE color: 733437.

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

Color convert

RGB 253 48 11 -
CMYK 0 0.81 0.96 0.01
HSL 9.17º 0.98% 0.52% -
HSV(B) 9.17º 0.96% 0.99% -
XYZ 41.63 23.02 2.57 -
YUV 105.08 74.92 233.51 -
System Red Green Blue C M Y K H S L
Decimal 253 48 11 0 0.81 0.96 0.01 9.17 0.98 0.52
Hex FD 30 B 0 51 60 1 9 62 34
Octal 375 60 13 0 121 140 1 11 142 64
Binary 11111101 110000 1011 0 1010001 1100000 1 1001 1100010 110100

Color Harmonies of #FD300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD300B

Black with #FD300B

Text Example


Text Example

White with #FD300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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