Html Css Color HEX #FD270B Scarlet

📋 copy color: '#FD270B'

red 253 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #FD270B

Tints of Scarlet #FD270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 83.5%
G = 12.87%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD270B (or 0xFD270B) is known color: Scarlet. HEX triplet: FD, 27 and 0B. RGB value is (253,39,11). Sum of RGB (Red+Green+Blue) = 253+39+11=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD270B is #02D8F4. Grayscale: #646464. Windows color (decimal): -186613 or 731133. OLE color: 731133.

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

Color convert

RGB 253 39 11 -
CMYK 0 0.85 0.96 0.01
HSL 6.94º 0.98% 0.52% -
HSV(B) 6.94º 0.96% 0.99% -
XYZ 41.29 22.36 2.46 -
YUV 99.79 77.9 237.28 -
System Red Green Blue C M Y K H S L
Decimal 253 39 11 0 0.85 0.96 0.01 6.94 0.98 0.52
Hex FD 27 B 0 55 60 1 7 62 34
Octal 375 47 13 0 125 140 1 7 142 64
Binary 11111101 100111 1011 0 1010101 1100000 1 111 1100010 110100

Color Harmonies of #FD270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD270B

Black with #FD270B

Text Example


Text Example

White with #FD270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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