Html Css Color HEX #F32704 Scarlet

📋 copy color: '#F32704'

red 243 ◦ green 39 ◦ blue 4

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

Shades of Scarlet #F32704

Tints of Scarlet #F32704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 84.97%
G = 13.64%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F32704 (or 0xF32704) is known color: Scarlet. HEX triplet: F3, 27 and 04. RGB value is (243,39,4). Sum of RGB (Red+Green+Blue) = 243+39+4=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F32704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32704 is #0CD8FB. Grayscale: #606060. Windows color (decimal): -841980 or 272371. OLE color: 272371.

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

Color convert

RGB 243 39 4 -
CMYK 0 0.84 0.98 0.05
HSL 8.79º 0.97% 0.48% -
HSV(B) 8.79º 0.98% 0.95% -
XYZ 37.71 20.51 2.09 -
YUV 96.01 76.09 232.85 -
System Red Green Blue C M Y K H S L
Decimal 243 39 4 0 0.84 0.98 0.05 8.79 0.97 0.48
Hex F3 27 4 0 54 62 5 9 61 30
Octal 363 47 4 0 124 142 5 11 141 60
Binary 11110011 100111 100 0 1010100 1100010 101 1001 1100001 110000

Color Harmonies of #F32704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32704

Black with #F32704

Text Example


Text Example

White with #F32704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32704; }

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

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

background-color css

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

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

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

border-color css

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

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

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