Html Css Color HEX #F32618 Scarlet

📋 copy color: '#F32618'

red 243 ◦ green 38 ◦ blue 24

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

Shades of Scarlet #F32618

Tints of Scarlet #F32618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 79.67%
G = 12.46%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F32618 (or 0xF32618) is known color: Scarlet. HEX triplet: F3, 26 and 18. RGB value is (243,38,24). Sum of RGB (Red+Green+Blue) = 243+38+24=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F32618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32618 is #0CD9E7. Grayscale: #616161. Windows color (decimal): -842216 or 1582835. OLE color: 1582835.

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

Color convert

RGB 243 38 24 -
CMYK 0 0.84 0.90 0.05
HSL 3.84º 0.9% 0.52% -
HSV(B) 3.84º 0.9% 0.95% -
XYZ 37.82 20.51 2.83 -
YUV 97.7 86.42 231.64 -
System Red Green Blue C M Y K H S L
Decimal 243 38 24 0 0.84 0.90 0.05 3.84 0.9 0.52
Hex F3 26 18 0 54 5A 5 4 5A 34
Octal 363 46 30 0 124 132 5 4 132 64
Binary 11110011 100110 11000 0 1010100 1011010 101 100 1011010 110100

Color Harmonies of #F32618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32618

Black with #F32618

Text Example


Text Example

White with #F32618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32618; }

 p { color: rgb(243,38,24); }

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

background-color css

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

 a { background-color: rgb(243,38,24); }

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

border-color css

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

 span { border-color: rgb(243,38,24); }

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