Html Css Color HEX #F3330B Scarlet

📋 copy color: '#F3330B'

red 243 ◦ green 51 ◦ blue 11

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

Shades of Scarlet #F3330B

Tints of Scarlet #F3330B

RGB

 RED value IS 243 (95.31% from 255) = 79.67%

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

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 79.67%
G = 16.72%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3330B (or 0xF3330B) is known color: Scarlet. HEX triplet: F3, 33 and 0B. RGB value is (243,51,11). Sum of RGB (Red+Green+Blue) = 243+51+11=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F3330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3330B is #0CCCF4. Grayscale: #686868. Windows color (decimal): -838901 or 734195. OLE color: 734195.

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

Color convert

RGB 243 51 11 -
CMYK 0 0.79 0.95 0.05
HSL 10.34º 0.91% 0.5% -
HSV(B) 10.34º 0.95% 0.95% -
XYZ 38.21 21.45 2.44 -
YUV 103.85 75.61 227.25 -
System Red Green Blue C M Y K H S L
Decimal 243 51 11 0 0.79 0.95 0.05 10.34 0.91 0.5
Hex F3 33 B 0 4F 5F 5 A 5B 32
Octal 363 63 13 0 117 137 5 12 133 62
Binary 11110011 110011 1011 0 1001111 1011111 101 1010 1011011 110010

Color Harmonies of #F3330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3330B

Black with #F3330B

Text Example


Text Example

White with #F3330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3330B; }

 p { color: rgb(243,51,11); }

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

background-color css

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

 a { background-color: rgb(243,51,11); }

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

border-color css

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

 span { border-color: rgb(243,51,11); }

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