Html Css Color HEX #F21B09 Scarlet

📋 copy color: '#F21B09'

red 242 ◦ green 27 ◦ blue 9

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

Shades of Scarlet #F21B09

Tints of Scarlet #F21B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 87.05%
G = 9.71%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F21B09 (or 0xF21B09) is known color: Scarlet. HEX triplet: F2, 1B and 09. RGB value is (242,27,9). Sum of RGB (Red+Green+Blue) = 242+27+9=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21B09 is #0DE4F6. Grayscale: #595959. Windows color (decimal): -910583 or 596978. OLE color: 596978.

HSL color Cylindrical-coordinate representation of color #F21B09: hue angle of 4.64º degrees, saturation: 0.93, 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 #F21B09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 27 9 -
CMYK 0 0.89 0.96 0.05
HSL 4.64º 0.93% 0.49% -
HSV(B) 4.64º 0.96% 0.95% -
XYZ 37.06 19.68 2.1 -
YUV 89.23 82.73 236.96 -
System Red Green Blue C M Y K H S L
Decimal 242 27 9 0 0.89 0.96 0.05 4.64 0.93 0.49
Hex F2 1B 9 0 59 60 5 5 5D 31
Octal 362 33 11 0 131 140 5 5 135 61
Binary 11110010 11011 1001 0 1011001 1100000 101 101 1011101 110001

Color Harmonies of #F21B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21B09

Black with #F21B09

Text Example


Text Example

White with #F21B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21B09; }

 p { color: rgb(242,27,9); }

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

background-color css

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

 a { background-color: rgb(242,27,9); }

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

border-color css

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

 span { border-color: rgb(242,27,9); }

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