Html Css Color HEX #F32F0F Scarlet

📋 copy color: '#F32F0F'

red 243 ◦ green 47 ◦ blue 15

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

Shades of Scarlet #F32F0F

Tints of Scarlet #F32F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 79.67%
G = 15.41%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F32F0F (or 0xF32F0F) is known color: Scarlet. HEX triplet: F3, 2F and 0F. RGB value is (243,47,15). Sum of RGB (Red+Green+Blue) = 243+47+15=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F0F is #0CD0F0. Grayscale: #666666. Windows color (decimal): -839921 or 995315. OLE color: 995315.

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

Color convert

RGB 243 47 15 -
CMYK 0 0.81 0.94 0.05
HSL 8.42º 0.9% 0.51% -
HSV(B) 8.42º 0.94% 0.95% -
XYZ 38.06 21.12 2.52 -
YUV 101.96 78.93 228.6 -
System Red Green Blue C M Y K H S L
Decimal 243 47 15 0 0.81 0.94 0.05 8.42 0.9 0.51
Hex F3 2F F 0 51 5E 5 8 5A 33
Octal 363 57 17 0 121 136 5 10 132 63
Binary 11110011 101111 1111 0 1010001 1011110 101 1000 1011010 110011

Color Harmonies of #F32F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F0F

Black with #F32F0F

Text Example


Text Example

White with #F32F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F0F; }

 p { color: rgb(243,47,15); }

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

background-color css

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

 a { background-color: rgb(243,47,15); }

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

border-color css

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

 span { border-color: rgb(243,47,15); }

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