Html Css Color HEX #FF3308 Scarlet

📋 copy color: '#FF3308'

red 255 ◦ green 51 ◦ blue 8

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

Shades of Scarlet #FF3308

Tints of Scarlet #FF3308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 81.21%
G = 16.24%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF3308 (or 0xFF3308) is known color: Scarlet. HEX triplet: FF, 33 and 08. RGB value is (255,51,8). Sum of RGB (Red+Green+Blue) = 255+51+8=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3308 is #00CCF7. Grayscale: #6B6B6B. Windows color (decimal): -52472 or 537599. OLE color: 537599.

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

Color convert

RGB 255 51 8 -
CMYK 0 0.8 0.97 0
HSL 10.45º 1% 0.52% -
HSV(B) 10.45º 0.97% 1% -
XYZ 42.47 23.65 2.56 -
YUV 107.09 72.09 233.5 -
System Red Green Blue C M Y K H S L
Decimal 255 51 8 0 0.8 0.97 0 10.45 1 0.52
Hex FF 33 8 0 50 61 0 A 64 34
Octal 377 63 10 0 120 141 0 12 144 64
Binary 11111111 110011 1000 0 1010000 1100001 0 1010 1100100 110100

Color Harmonies of #FF3308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3308

Black with #FF3308

Text Example


Text Example

White with #FF3308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3308; }

 p { color: rgb(255,51,8); }

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

background-color css

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

 a { background-color: rgb(255,51,8); }

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

border-color css

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

 span { border-color: rgb(255,51,8); }

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