Html Css Color HEX #F2340D Scarlet

📋 copy color: '#F2340D'

red 242 ◦ green 52 ◦ blue 13

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

Shades of Scarlet #F2340D

Tints of Scarlet #F2340D

RGB

 RED value IS 242 (94.92% from 255) = 78.83%

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 78.83%
G = 16.94%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2340D (or 0xF2340D) is known color: Scarlet. HEX triplet: F2, 34 and 0D. RGB value is (242,52,13). Sum of RGB (Red+Green+Blue) = 242+52+13=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2340D is #0DCBF2. Grayscale: #686868. Windows color (decimal): -904179 or 865522. OLE color: 865522.

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

Color convert

RGB 242 52 13 -
CMYK 0 0.79 0.95 0.05
HSL 10.22º 0.9% 0.5% -
HSV(B) 10.22º 0.95% 0.95% -
XYZ 37.92 21.36 2.51 -
YUV 104.36 76.45 226.17 -
System Red Green Blue C M Y K H S L
Decimal 242 52 13 0 0.79 0.95 0.05 10.22 0.9 0.5
Hex F2 34 D 0 4F 5F 5 A 5A 32
Octal 362 64 15 0 117 137 5 12 132 62
Binary 11110010 110100 1101 0 1001111 1011111 101 1010 1011010 110010

Color Harmonies of #F2340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2340D

Black with #F2340D

Text Example


Text Example

White with #F2340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2340D; }

 p { color: rgb(242,52,13); }

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

background-color css

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

 a { background-color: rgb(242,52,13); }

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

border-color css

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

 span { border-color: rgb(242,52,13); }

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