Html Css Color HEX #FD350B Scarlet

📋 copy color: '#FD350B'

red 253 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #FD350B

Tints of Scarlet #FD350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 79.81%
G = 16.72%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD350B (or 0xFD350B) is known color: Scarlet. HEX triplet: FD, 35 and 0B. RGB value is (253,53,11). Sum of RGB (Red+Green+Blue) = 253+53+11=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD350B is #02CAF4. Grayscale: #6C6C6C. Windows color (decimal): -183029 or 734717. OLE color: 734717.

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

Color convert

RGB 253 53 11 -
CMYK 0 0.79 0.96 0.01
HSL 10.41º 0.98% 0.52% -
HSV(B) 10.41º 0.96% 0.99% -
XYZ 41.84 23.45 2.64 -
YUV 108.01 73.26 231.42 -
System Red Green Blue C M Y K H S L
Decimal 253 53 11 0 0.79 0.96 0.01 10.41 0.98 0.52
Hex FD 35 B 0 4F 60 1 A 62 34
Octal 375 65 13 0 117 140 1 12 142 64
Binary 11111101 110101 1011 0 1001111 1100000 1 1010 1100010 110100

Color Harmonies of #FD350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD350B

Black with #FD350B

Text Example


Text Example

White with #FD350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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