Html Css Color HEX #FF350A Scarlet

📋 copy color: '#FF350A'

red 255 ◦ green 53 ◦ blue 10

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

Shades of Scarlet #FF350A

Tints of Scarlet #FF350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 80.19%
G = 16.67%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF350A (or 0xFF350A) is known color: Scarlet. HEX triplet: FF, 35 and 0A. RGB value is (255,53,10). Sum of RGB (Red+Green+Blue) = 255+53+10=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF350A is #00CAF5. Grayscale: #6C6C6C. Windows color (decimal): -51958 or 669183. OLE color: 669183.

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

Color convert

RGB 255 53 10 -
CMYK 0 0.79 0.96 0
HSL 10.53º 1% 0.52% -
HSV(B) 10.53º 0.96% 1% -
XYZ 42.57 23.83 2.64 -
YUV 108.5 72.42 232.5 -
System Red Green Blue C M Y K H S L
Decimal 255 53 10 0 0.79 0.96 0 10.53 1 0.52
Hex FF 35 A 0 4F 60 0 B 64 34
Octal 377 65 12 0 117 140 0 13 144 64
Binary 11111111 110101 1010 0 1001111 1100000 0 1011 1100100 110100

Color Harmonies of #FF350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF350A

Black with #FF350A

Text Example


Text Example

White with #FF350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF350A; }

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

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

background-color css

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

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

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

border-color css

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

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

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