Html Css Color HEX #FD210B Scarlet

📋 copy color: '#FD210B'

red 253 ◦ green 33 ◦ blue 11

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

Shades of Scarlet #FD210B

Tints of Scarlet #FD210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 85.19%
G = 11.11%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD210B (or 0xFD210B) is known color: Scarlet. HEX triplet: FD, 21 and 0B. RGB value is (253,33,11). Sum of RGB (Red+Green+Blue) = 253+33+11=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD210B is #02DEF4. Grayscale: #606060. Windows color (decimal): -188149 or 729597. OLE color: 729597.

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

Color convert

RGB 253 33 11 -
CMYK 0 0.87 0.96 0.01
HSL 5.45º 0.98% 0.52% -
HSV(B) 5.45º 0.96% 0.99% -
XYZ 41.11 21.99 2.4 -
YUV 96.27 79.89 239.79 -
System Red Green Blue C M Y K H S L
Decimal 253 33 11 0 0.87 0.96 0.01 5.45 0.98 0.52
Hex FD 21 B 0 57 60 1 5 62 34
Octal 375 41 13 0 127 140 1 5 142 64
Binary 11111101 100001 1011 0 1010111 1100000 1 101 1100010 110100

Color Harmonies of #FD210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD210B

Black with #FD210B

Text Example


Text Example

White with #FD210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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