Html Css Color HEX #F2270D Scarlet

📋 copy color: '#F2270D'

red 242 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #F2270D

Tints of Scarlet #F2270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 82.31%
G = 13.27%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2270D (or 0xF2270D) is known color: Scarlet. HEX triplet: F2, 27 and 0D. RGB value is (242,39,13). Sum of RGB (Red+Green+Blue) = 242+39+13=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2270D is #0DD8F2. Grayscale: #616161. Windows color (decimal): -907507 or 862194. OLE color: 862194.

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

Color convert

RGB 242 39 13 -
CMYK 0 0.84 0.95 0.05
HSL 6.81º 0.9% 0.5% -
HSV(B) 6.81º 0.95% 0.95% -
XYZ 37.42 20.36 2.34 -
YUV 96.73 80.75 231.61 -
System Red Green Blue C M Y K H S L
Decimal 242 39 13 0 0.84 0.95 0.05 6.81 0.9 0.5
Hex F2 27 D 0 54 5F 5 7 5A 32
Octal 362 47 15 0 124 137 5 7 132 62
Binary 11110010 100111 1101 0 1010100 1011111 101 111 1011010 110010

Color Harmonies of #F2270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2270D

Black with #F2270D

Text Example


Text Example

White with #F2270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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