Html Css Color HEX #FD2B0F Scarlet

📋 copy color: '#FD2B0F'

red 253 ◦ green 43 ◦ blue 15

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

Shades of Scarlet #FD2B0F

Tints of Scarlet #FD2B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 81.35%
G = 13.83%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD2B0F (or 0xFD2B0F) is known color: Scarlet. HEX triplet: FD, 2B and 0F. RGB value is (253,43,15). Sum of RGB (Red+Green+Blue) = 253+43+15=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2B0F is #02D4F0. Grayscale: #666666. Windows color (decimal): -185585 or 994301. OLE color: 994301.

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

Color convert

RGB 253 43 15 -
CMYK 0 0.83 0.94 0.01
HSL 7.06º 0.98% 0.53% -
HSV(B) 7.06º 0.94% 0.99% -
XYZ 41.46 22.64 2.64 -
YUV 102.6 78.57 235.28 -
System Red Green Blue C M Y K H S L
Decimal 253 43 15 0 0.83 0.94 0.01 7.06 0.98 0.53
Hex FD 2B F 0 53 5E 1 7 62 35
Octal 375 53 17 0 123 136 1 7 142 65
Binary 11111101 101011 1111 0 1010011 1011110 1 111 1100010 110101

Color Harmonies of #FD2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B0F

Black with #FD2B0F

Text Example


Text Example

White with #FD2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B0F; }

 p { color: rgb(253,43,15); }

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

background-color css

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

 a { background-color: rgb(253,43,15); }

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

border-color css

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

 span { border-color: rgb(253,43,15); }

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