Html Css Color HEX #FD200B Scarlet

📋 copy color: '#FD200B'

red 253 ◦ green 32 ◦ blue 11

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

Shades of Scarlet #FD200B

Tints of Scarlet #FD200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 85.47%
G = 10.81%
B = 3.72%

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

#FD200B (or 0xFD200B) is known color: Scarlet. HEX triplet: FD, 20 and 0B. RGB value is (253,32,11). Sum of RGB (Red+Green+Blue) = 253+32+11=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD200B is #02DFF4. Grayscale: #5F5F5F. Windows color (decimal): -188405 or 729341. OLE color: 729341.

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

Color convert

RGB 253 32 11 -
CMYK 0 0.87 0.96 0.01
HSL 5.21º 0.98% 0.52% -
HSV(B) 5.21º 0.96% 0.99% -
XYZ 41.08 21.94 2.39 -
YUV 95.69 80.22 240.21 -
System Red Green Blue C M Y K H S L
Decimal 253 32 11 0 0.87 0.96 0.01 5.21 0.98 0.52
Hex FD 20 B 0 57 60 1 5 62 34
Octal 375 40 13 0 127 140 1 5 142 64
Binary 11111101 100000 1011 0 1010111 1100000 1 101 1100010 110100

Color Harmonies of #FD200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD200B

Black with #FD200B

Text Example


Text Example

White with #FD200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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