Html Css Color HEX #FF350D Scarlet

📋 copy color: '#FF350D'

red 255 ◦ green 53 ◦ blue 13

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

Shades of Scarlet #FF350D

Tints of Scarlet #FF350D

RGB

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

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

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

R = 79.44%
G = 16.51%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF350D (or 0xFF350D) is known color: Scarlet. HEX triplet: FF, 35 and 0D. RGB value is (255,53,13). Sum of RGB (Red+Green+Blue) = 255+53+13=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF350D is #00CAF2. Grayscale: #6D6D6D. Windows color (decimal): -51955 or 865791. OLE color: 865791.

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

Color convert

RGB 255 53 13 -
CMYK 0 0.79 0.95 0
HSL 9.92º 1% 0.53% -
HSV(B) 9.92º 0.95% 1% -
XYZ 42.59 23.84 2.74 -
YUV 108.84 73.92 232.25 -
System Red Green Blue C M Y K H S L
Decimal 255 53 13 0 0.79 0.95 0 9.92 1 0.53
Hex FF 35 D 0 4F 5F 0 A 64 35
Octal 377 65 15 0 117 137 0 12 144 65
Binary 11111111 110101 1101 0 1001111 1011111 0 1010 1100100 110101

Color Harmonies of #FF350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF350D

Black with #FF350D

Text Example


Text Example

White with #FF350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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