Html Css Color HEX #F33007 Scarlet

📋 copy color: '#F33007'

red 243 ◦ green 48 ◦ blue 7

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

Shades of Scarlet #F33007

Tints of Scarlet #F33007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 81.54%
G = 16.11%
B = 2.35%

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

#F33007 (or 0xF33007) is known color: Scarlet. HEX triplet: F3, 30 and 07. RGB value is (243,48,7). Sum of RGB (Red+Green+Blue) = 243+48+7=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F33007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33007 is #0CCFF8. Grayscale: #656565. Windows color (decimal): -839673 or 471283. OLE color: 471283.

HSL color Cylindrical-coordinate representation of color #F33007: hue angle of 10.42º 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 #F33007 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 7 -
CMYK 0 0.80 0.97 0.05
HSL 10.42º 0.94% 0.49% -
HSV(B) 10.42º 0.97% 0.95% -
XYZ 38.06 21.18 2.28 -
YUV 101.63 74.6 228.83 -
System Red Green Blue C M Y K H S L
Decimal 243 48 7 0 0.80 0.97 0.05 10.42 0.94 0.49
Hex F3 30 7 0 50 61 5 A 5E 31
Octal 363 60 7 0 120 141 5 12 136 61
Binary 11110011 110000 111 0 1010000 1100001 101 1010 1011110 110001

Color Harmonies of #F33007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33007

Black with #F33007

Text Example


Text Example

White with #F33007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33007; }

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

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

background-color css

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

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

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

border-color css

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

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

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