Html Css Color HEX #FB270D Scarlet

📋 copy color: '#FB270D'

red 251 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #FB270D

Tints of Scarlet #FB270D

RGB

 RED value IS 251 (98.44% from 255) = 82.84%

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 82.84%
G = 12.87%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB270D (or 0xFB270D) is known color: Scarlet. HEX triplet: FB, 27 and 0D. RGB value is (251,39,13). Sum of RGB (Red+Green+Blue) = 251+39+13=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB270D is #04D8F2. Grayscale: #636363. Windows color (decimal): -317683 or 862203. OLE color: 862203.

HSL color Cylindrical-coordinate representation of color #FB270D: hue angle of 6.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB270D is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 39 13 -
CMYK 0 0.84 0.95 0.02
HSL 6.55º 0.97% 0.52% -
HSV(B) 6.55º 0.95% 0.98% -
XYZ 40.58 21.99 2.49 -
YUV 99.42 79.24 236.11 -
System Red Green Blue C M Y K H S L
Decimal 251 39 13 0 0.84 0.95 0.02 6.55 0.97 0.52
Hex FB 27 D 0 54 5F 2 7 61 34
Octal 373 47 15 0 124 137 2 7 141 64
Binary 11111011 100111 1101 0 1010100 1011111 10 111 1100001 110100

Color Harmonies of #FB270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB270D

Black with #FB270D

Text Example


Text Example

White with #FB270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB270D; }

 p { color: rgb(251,39,13); }

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

background-color css

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

 a { background-color: rgb(251,39,13); }

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

border-color css

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

 span { border-color: rgb(251,39,13); }

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