Html Css Color HEX #FF330E Scarlet

📋 copy color: '#FF330E'

red 255 ◦ green 51 ◦ blue 14

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

Shades of Scarlet #FF330E

Tints of Scarlet #FF330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 79.69%
G = 15.94%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF330E (or 0xFF330E) is known color: Scarlet. HEX triplet: FF, 33 and 0E. RGB value is (255,51,14). Sum of RGB (Red+Green+Blue) = 255+51+14=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF330E is #00CCF1. Grayscale: #6C6C6C. Windows color (decimal): -52466 or 930815. OLE color: 930815.

HSL color Cylindrical-coordinate representation of color #FF330E: hue angle of 9.21º 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 #FF330E is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 14 -
CMYK 0 0.8 0.95 0
HSL 9.21º 1% 0.53% -
HSV(B) 9.21º 0.95% 1% -
XYZ 42.5 23.66 2.74 -
YUV 107.78 75.09 233.01 -
System Red Green Blue C M Y K H S L
Decimal 255 51 14 0 0.8 0.95 0 9.21 1 0.53
Hex FF 33 E 0 50 5F 0 9 64 35
Octal 377 63 16 0 120 137 0 11 144 65
Binary 11111111 110011 1110 0 1010000 1011111 0 1001 1100100 110101

Color Harmonies of #FF330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF330E

Black with #FF330E

Text Example


Text Example

White with #FF330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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