Html Css Color HEX #F3240C Scarlet

📋 copy color: '#F3240C'

red 243 ◦ green 36 ◦ blue 12

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

Shades of Scarlet #F3240C

Tints of Scarlet #F3240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 83.51%
G = 12.37%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3240C (or 0xF3240C) is known color: Scarlet. HEX triplet: F3, 24 and 0C. RGB value is (243,36,12). Sum of RGB (Red+Green+Blue) = 243+36+12=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F3240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3240C is #0CDBF3. Grayscale: #5F5F5F. Windows color (decimal): -842740 or 795891. OLE color: 795891.

HSL color Cylindrical-coordinate representation of color #F3240C: hue angle of 6.23º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3240C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 36 12 -
CMYK 0 0.85 0.95 0.05
HSL 6.23º 0.91% 0.5% -
HSV(B) 6.23º 0.95% 0.95% -
XYZ 37.66 20.34 2.29 -
YUV 95.16 81.08 233.45 -
System Red Green Blue C M Y K H S L
Decimal 243 36 12 0 0.85 0.95 0.05 6.23 0.91 0.5
Hex F3 24 C 0 55 5F 5 6 5B 32
Octal 363 44 14 0 125 137 5 6 133 62
Binary 11110011 100100 1100 0 1010101 1011111 101 110 1011011 110010

Color Harmonies of #F3240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3240C

Black with #F3240C

Text Example


Text Example

White with #F3240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3240C; }

 p { color: rgb(243,36,12); }

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

background-color css

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

 a { background-color: rgb(243,36,12); }

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

border-color css

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

 span { border-color: rgb(243,36,12); }

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