Html Css Color HEX #F2270B Scarlet

📋 copy color: '#F2270B'

red 242 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #F2270B

Tints of Scarlet #F2270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.77%

R = 82.88%
G = 13.36%
B = 3.77%

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

#F2270B (or 0xF2270B) is known color: Scarlet. HEX triplet: F2, 27 and 0B. RGB value is (242,39,11). Sum of RGB (Red+Green+Blue) = 242+39+11=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2270B is #0DD8F4. Grayscale: #606060. Windows color (decimal): -907509 or 731122. OLE color: 731122.

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

Color convert

RGB 242 39 11 -
CMYK 0 0.84 0.95 0.05
HSL 7.27º 0.91% 0.5% -
HSV(B) 7.27º 0.95% 0.95% -
XYZ 37.4 20.35 2.27 -
YUV 96.51 79.75 231.78 -
System Red Green Blue C M Y K H S L
Decimal 242 39 11 0 0.84 0.95 0.05 7.27 0.91 0.5
Hex F2 27 B 0 54 5F 5 7 5B 32
Octal 362 47 13 0 124 137 5 7 133 62
Binary 11110010 100111 1011 0 1010100 1011111 101 111 1011011 110010

Color Harmonies of #F2270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2270B

Black with #F2270B

Text Example


Text Example

White with #F2270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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