Html Css Color HEX #F2270A Scarlet

📋 copy color: '#F2270A'

red 242 ◦ green 39 ◦ blue 10

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

Shades of Scarlet #F2270A

Tints of Scarlet #F2270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.44%

R = 83.16%
G = 13.4%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2270A (or 0xF2270A) is known color: Scarlet. HEX triplet: F2, 27 and 0A. RGB value is (242,39,10). Sum of RGB (Red+Green+Blue) = 242+39+10=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F2270A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2270A is #0DD8F5. Grayscale: #606060. Windows color (decimal): -907510 or 665586. OLE color: 665586.

HSL color Cylindrical-coordinate representation of color #F2270A: hue angle of 7.5º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2270A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 10 -
CMYK 0 0.84 0.96 0.05
HSL 7.5º 0.92% 0.49% -
HSV(B) 7.5º 0.96% 0.95% -
XYZ 37.4 20.35 2.24 -
YUV 96.39 79.25 231.86 -
System Red Green Blue C M Y K H S L
Decimal 242 39 10 0 0.84 0.96 0.05 7.5 0.92 0.49
Hex F2 27 A 0 54 60 5 8 5C 31
Octal 362 47 12 0 124 140 5 10 134 61
Binary 11110010 100111 1010 0 1010100 1100000 101 1000 1011100 110001

Color Harmonies of #F2270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2270A

Black with #F2270A

Text Example


Text Example

White with #F2270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2270A; }

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

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

background-color css

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

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

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

border-color css

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

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

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