Html Css Color HEX #F22B03 Scarlet

📋 copy color: '#F22B03'

red 242 ◦ green 43 ◦ blue 3

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

Shades of Scarlet #F22B03

Tints of Scarlet #F22B03

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 84.03%
G = 14.93%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F22B03 (or 0xF22B03) is known color: Scarlet. HEX triplet: F2, 2B and 03. RGB value is (242,43,3). Sum of RGB (Red+Green+Blue) = 242+43+3=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22B03 is #0DD4FC. Grayscale: #626262. Windows color (decimal): -906493 or 207858. OLE color: 207858.

HSL color Cylindrical-coordinate representation of color #F22B03: hue angle of 10.04º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F22B03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 43 3 -
CMYK 0 0.82 0.99 0.05
HSL 10.04º 0.98% 0.48% -
HSV(B) 10.04º 0.99% 0.95% -
XYZ 37.5 20.61 2.09 -
YUV 97.94 74.43 230.75 -
System Red Green Blue C M Y K H S L
Decimal 242 43 3 0 0.82 0.99 0.05 10.04 0.98 0.48
Hex F2 2B 3 0 52 63 5 A 62 30
Octal 362 53 3 0 122 143 5 12 142 60
Binary 11110010 101011 11 0 1010010 1100011 101 1010 1100010 110000

Color Harmonies of #F22B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B03

Black with #F22B03

Text Example


Text Example

White with #F22B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B03; }

 p { color: rgb(242,43,3); }

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

background-color css

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

 a { background-color: rgb(242,43,3); }

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

border-color css

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

 span { border-color: rgb(242,43,3); }

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