Html Css Color HEX #F32504 Scarlet

📋 copy color: '#F32504'

red 243 ◦ green 37 ◦ blue 4

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

Shades of Scarlet #F32504

Tints of Scarlet #F32504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

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

R = 85.56%
G = 13.03%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F32504 (or 0xF32504) is known color: Scarlet. HEX triplet: F3, 25 and 04. RGB value is (243,37,4). Sum of RGB (Red+Green+Blue) = 243+37+4=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F32504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32504 is #0CDAFB. Grayscale: #5F5F5F. Windows color (decimal): -842492 or 271859. OLE color: 271859.

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

Color convert

RGB 243 37 4 -
CMYK 0 0.85 0.98 0.05
HSL 8.28º 0.97% 0.48% -
HSV(B) 8.28º 0.98% 0.95% -
XYZ 37.65 20.39 2.07 -
YUV 94.83 76.75 233.68 -
System Red Green Blue C M Y K H S L
Decimal 243 37 4 0 0.85 0.98 0.05 8.28 0.97 0.48
Hex F3 25 4 0 55 62 5 8 61 30
Octal 363 45 4 0 125 142 5 10 141 60
Binary 11110011 100101 100 0 1010101 1100010 101 1000 1100001 110000

Color Harmonies of #F32504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32504

Black with #F32504

Text Example


Text Example

White with #F32504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32504; }

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

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

background-color css

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

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

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

border-color css

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

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

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