Html Css Color HEX #FF350F Scarlet

📋 copy color: '#FF350F'

red 255 ◦ green 53 ◦ blue 15

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

Shades of Scarlet #FF350F

Tints of Scarlet #FF350F

RGB

 RED value IS 255 (100% from 255) = 78.95%

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

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

R = 78.95%
G = 16.41%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF350F (or 0xFF350F) is known color: Scarlet. HEX triplet: FF, 35 and 0F. RGB value is (255,53,15). Sum of RGB (Red+Green+Blue) = 255+53+15=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF350F is #00CAF0. Grayscale: #6D6D6D. Windows color (decimal): -51953 or 996863. OLE color: 996863.

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

Color convert

RGB 255 53 15 -
CMYK 0 0.79 0.94 0
HSL 9.5º 1% 0.53% -
HSV(B) 9.5º 0.94% 1% -
XYZ 42.6 23.84 2.81 -
YUV 109.07 74.92 232.09 -
System Red Green Blue C M Y K H S L
Decimal 255 53 15 0 0.79 0.94 0 9.5 1 0.53
Hex FF 35 F 0 4F 5E 0 A 64 35
Octal 377 65 17 0 117 136 0 12 144 65
Binary 11111111 110101 1111 0 1001111 1011110 0 1010 1100100 110101

Color Harmonies of #FF350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF350F

Black with #FF350F

Text Example


Text Example

White with #FF350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF350F; }

 p { color: rgb(255,53,15); }

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

background-color css

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

 a { background-color: rgb(255,53,15); }

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

border-color css

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

 span { border-color: rgb(255,53,15); }

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