Html Css Color HEX #F32708 Scarlet

📋 copy color: '#F32708'

red 243 ◦ green 39 ◦ blue 8

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

Shades of Scarlet #F32708

Tints of Scarlet #F32708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

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

R = 83.79%
G = 13.45%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F32708 (or 0xF32708) is known color: Scarlet. HEX triplet: F3, 27 and 08. RGB value is (243,39,8). Sum of RGB (Red+Green+Blue) = 243+39+8=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F32708 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32708 is #0CD8F7. Grayscale: #606060. Windows color (decimal): -841976 or 534515. OLE color: 534515.

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

Color convert

RGB 243 39 8 -
CMYK 0 0.84 0.97 0.05
HSL 7.91º 0.94% 0.49% -
HSV(B) 7.91º 0.97% 0.95% -
XYZ 37.73 20.52 2.2 -
YUV 96.46 78.09 232.52 -
System Red Green Blue C M Y K H S L
Decimal 243 39 8 0 0.84 0.97 0.05 7.91 0.94 0.49
Hex F3 27 8 0 54 61 5 8 5E 31
Octal 363 47 10 0 124 141 5 10 136 61
Binary 11110011 100111 1000 0 1010100 1100001 101 1000 1011110 110001

Color Harmonies of #F32708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32708

Black with #F32708

Text Example


Text Example

White with #F32708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32708; }

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

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

background-color css

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

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

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

border-color css

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

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

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