Html Css Color HEX #F3241D Scarlet

📋 copy color: '#F3241D'

red 243 ◦ green 36 ◦ blue 29

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

Shades of Scarlet #F3241D

Tints of Scarlet #F3241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 78.9%
G = 11.69%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3241D (or 0xF3241D) is known color: Scarlet. HEX triplet: F3, 24 and 1D. RGB value is (243,36,29). Sum of RGB (Red+Green+Blue) = 243+36+29=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F3241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3241D is #0CDBE2. Grayscale: #616161. Windows color (decimal): -842723 or 1910003. OLE color: 1910003.

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

Color convert

RGB 243 36 29 -
CMYK 0 0.85 0.88 0.05
HSL 1.96º 0.9% 0.53% -
HSV(B) 1.96º 0.88% 0.95% -
XYZ 37.81 20.41 3.11 -
YUV 97.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 243 36 29 0 0.85 0.88 0.05 1.96 0.9 0.53
Hex F3 24 1D 0 55 58 5 2 5A 35
Octal 363 44 35 0 125 130 5 2 132 65
Binary 11110011 100100 11101 0 1010101 1011000 101 10 1011010 110101

Color Harmonies of #F3241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3241D

Black with #F3241D

Text Example


Text Example

White with #F3241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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