Html Css Color HEX #F2281D Scarlet

📋 copy color: '#F2281D'

red 242 ◦ green 40 ◦ blue 29

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

Shades of Scarlet #F2281D

Tints of Scarlet #F2281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 77.81%
G = 12.86%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2281D (or 0xF2281D) is known color: Scarlet. HEX triplet: F2, 28 and 1D. RGB value is (242,40,29). Sum of RGB (Red+Green+Blue) = 242+40+29=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2281D is #0DD7E2. Grayscale: #636363. Windows color (decimal): -907235 or 1911026. OLE color: 1911026.

HSL color Cylindrical-coordinate representation of color #F2281D: hue angle of 3.1º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 29 -
CMYK 0 0.83 0.88 0.05
HSL 3.1º 0.89% 0.53% -
HSV(B) 3.1º 0.88% 0.95% -
XYZ 37.6 20.48 3.13 -
YUV 99.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 242 40 29 0 0.83 0.88 0.05 3.1 0.89 0.53
Hex F2 28 1D 0 53 58 5 3 59 35
Octal 362 50 35 0 123 130 5 3 131 65
Binary 11110010 101000 11101 0 1010011 1011000 101 11 1011001 110101

Color Harmonies of #F2281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2281D

Black with #F2281D

Text Example


Text Example

White with #F2281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2281D; }

 p { color: rgb(242,40,29); }

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

background-color css

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

 a { background-color: rgb(242,40,29); }

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

border-color css

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

 span { border-color: rgb(242,40,29); }

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