Html Css Color HEX #F3290D Scarlet

📋 copy color: '#F3290D'

red 243 ◦ green 41 ◦ blue 13

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

Shades of Scarlet #F3290D

Tints of Scarlet #F3290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 81.82%
G = 13.8%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3290D (or 0xF3290D) is known color: Scarlet. HEX triplet: F3, 29 and 0D. RGB value is (243,41,13). Sum of RGB (Red+Green+Blue) = 243+41+13=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F3290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3290D is #0CD6F2. Grayscale: #626262. Windows color (decimal): -841459 or 862707. OLE color: 862707.

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

Color convert

RGB 243 41 13 -
CMYK 0 0.83 0.95 0.05
HSL 7.3º 0.91% 0.5% -
HSV(B) 7.3º 0.95% 0.95% -
XYZ 37.83 20.67 2.38 -
YUV 98.21 79.92 231.28 -
System Red Green Blue C M Y K H S L
Decimal 243 41 13 0 0.83 0.95 0.05 7.3 0.91 0.5
Hex F3 29 D 0 53 5F 5 7 5B 32
Octal 363 51 15 0 123 137 5 7 133 62
Binary 11110011 101001 1101 0 1010011 1011111 101 111 1011011 110010

Color Harmonies of #F3290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3290D

Black with #F3290D

Text Example


Text Example

White with #F3290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3290D; }

 p { color: rgb(243,41,13); }

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

background-color css

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

 a { background-color: rgb(243,41,13); }

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

border-color css

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

 span { border-color: rgb(243,41,13); }

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