Html Css Color HEX #F22D0F Scarlet

📋 copy color: '#F22D0F'

red 242 ◦ green 45 ◦ blue 15

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

Shades of Scarlet #F22D0F

Tints of Scarlet #F22D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 80.13%
G = 14.9%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F22D0F (or 0xF22D0F) is known color: Scarlet. HEX triplet: F2, 2D and 0F. RGB value is (242,45,15). Sum of RGB (Red+Green+Blue) = 242+45+15=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D0F is #0DD2F0. Grayscale: #646464. Windows color (decimal): -905969 or 994802. OLE color: 994802.

HSL color Cylindrical-coordinate representation of color #F22D0F: hue angle of 7.93º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F22D0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 45 15 -
CMYK 0 0.81 0.94 0.05
HSL 7.93º 0.9% 0.5% -
HSV(B) 7.93º 0.94% 0.95% -
XYZ 37.64 20.79 2.48 -
YUV 100.48 79.77 228.94 -
System Red Green Blue C M Y K H S L
Decimal 242 45 15 0 0.81 0.94 0.05 7.93 0.9 0.5
Hex F2 2D F 0 51 5E 5 8 5A 32
Octal 362 55 17 0 121 136 5 10 132 62
Binary 11110010 101101 1111 0 1010001 1011110 101 1000 1011010 110010

Color Harmonies of #F22D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D0F

Black with #F22D0F

Text Example


Text Example

White with #F22D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D0F; }

 p { color: rgb(242,45,15); }

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

background-color css

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

 a { background-color: rgb(242,45,15); }

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

border-color css

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

 span { border-color: rgb(242,45,15); }

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