Html Css Color HEX #FD290B Scarlet

📋 copy color: '#FD290B'

red 253 ◦ green 41 ◦ blue 11

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

Shades of Scarlet #FD290B

Tints of Scarlet #FD290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 82.95%
G = 13.44%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD290B (or 0xFD290B) is known color: Scarlet. HEX triplet: FD, 29 and 0B. RGB value is (253,41,11). Sum of RGB (Red+Green+Blue) = 253+41+11=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD290B is #02D6F4. Grayscale: #656565. Windows color (decimal): -186101 or 731645. OLE color: 731645.

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

Color convert

RGB 253 41 11 -
CMYK 0 0.84 0.96 0.01
HSL 7.44º 0.98% 0.52% -
HSV(B) 7.44º 0.96% 0.99% -
XYZ 41.36 22.49 2.48 -
YUV 100.97 77.24 236.44 -
System Red Green Blue C M Y K H S L
Decimal 253 41 11 0 0.84 0.96 0.01 7.44 0.98 0.52
Hex FD 29 B 0 54 60 1 7 62 34
Octal 375 51 13 0 124 140 1 7 142 64
Binary 11111101 101001 1011 0 1010100 1100000 1 111 1100010 110100

Color Harmonies of #FD290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD290B

Black with #FD290B

Text Example


Text Example

White with #FD290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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