Html Css Color HEX #F32D09 Scarlet

📋 copy color: '#F32D09'

red 243 ◦ green 45 ◦ blue 9

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

Shades of Scarlet #F32D09

Tints of Scarlet #F32D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

 BLUE value IS 9 (3.91% from 255) = 3.03%

R = 81.82%
G = 15.15%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F32D09 (or 0xF32D09) is known color: Scarlet. HEX triplet: F3, 2D and 09. RGB value is (243,45,9). Sum of RGB (Red+Green+Blue) = 243+45+9=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32D09 is #0CD2F6. Grayscale: #646464. Windows color (decimal): -840439 or 601587. OLE color: 601587.

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

Color convert

RGB 243 45 9 -
CMYK 0 0.81 0.96 0.05
HSL 9.23º 0.93% 0.49% -
HSV(B) 9.23º 0.96% 0.95% -
XYZ 37.95 20.95 2.3 -
YUV 100.1 76.6 229.93 -
System Red Green Blue C M Y K H S L
Decimal 243 45 9 0 0.81 0.96 0.05 9.23 0.93 0.49
Hex F3 2D 9 0 51 60 5 9 5D 31
Octal 363 55 11 0 121 140 5 11 135 61
Binary 11110011 101101 1001 0 1010001 1100000 101 1001 1011101 110001

Color Harmonies of #F32D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D09

Black with #F32D09

Text Example


Text Example

White with #F32D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D09; }

 p { color: rgb(243,45,9); }

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

background-color css

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

 a { background-color: rgb(243,45,9); }

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

border-color css

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

 span { border-color: rgb(243,45,9); }

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