Html Css Color HEX #F33008 Scarlet

📋 copy color: '#F33008'

red 243 ◦ green 48 ◦ blue 8

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

Shades of Scarlet #F33008

Tints of Scarlet #F33008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

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

R = 81.27%
G = 16.05%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F33008 (or 0xF33008) is known color: Scarlet. HEX triplet: F3, 30 and 08. RGB value is (243,48,8). Sum of RGB (Red+Green+Blue) = 243+48+8=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F33008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33008 is #0CCFF7. Grayscale: #666666. Windows color (decimal): -839672 or 536819. OLE color: 536819.

HSL color Cylindrical-coordinate representation of color #F33008: hue angle of 10.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F33008 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 8 -
CMYK 0 0.80 0.97 0.05
HSL 10.21º 0.94% 0.49% -
HSV(B) 10.21º 0.97% 0.95% -
XYZ 38.06 21.19 2.31 -
YUV 101.75 75.1 228.75 -
System Red Green Blue C M Y K H S L
Decimal 243 48 8 0 0.80 0.97 0.05 10.21 0.94 0.49
Hex F3 30 8 0 50 61 5 A 5E 31
Octal 363 60 10 0 120 141 5 12 136 61
Binary 11110011 110000 1000 0 1010000 1100001 101 1010 1011110 110001

Color Harmonies of #F33008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33008

Black with #F33008

Text Example


Text Example

White with #F33008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33008; }

 p { color: rgb(243,48,8); }

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

background-color css

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

 a { background-color: rgb(243,48,8); }

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

border-color css

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

 span { border-color: rgb(243,48,8); }

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