Html Css Color HEX #FF221E Scarlet

📋 copy color: '#FF221E'

red 255 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #FF221E

Tints of Scarlet #FF221E

RGB

 RED value IS 255 (100% from 255) = 79.94%

 GREEN value IS 34 (13.67% from 255) = 10.66%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 79.94%
G = 10.66%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF221E (or 0xFF221E) is known color: Scarlet. HEX triplet: FF, 22 and 1E. RGB value is (255,34,30). Sum of RGB (Red+Green+Blue) = 255+34+30=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF221E is #00DDE1. Grayscale: #636363. Windows color (decimal): -56802 or 1975039. OLE color: 1975039.

HSL color Cylindrical-coordinate representation of color #FF221E: hue angle of 1.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF221E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 34 30 -
CMYK 0 0.87 0.88 0
HSL 1.07º 1% 0.56% -
HSV(B) 1.07º 0.88% 1% -
XYZ 42.05 22.5 3.35 -
YUV 99.62 88.72 238.83 -
System Red Green Blue C M Y K H S L
Decimal 255 34 30 0 0.87 0.88 0 1.07 1 0.56
Hex FF 22 1E 0 57 58 0 1 64 38
Octal 377 42 36 0 127 130 0 1 144 70
Binary 11111111 100010 11110 0 1010111 1011000 0 1 1100100 111000

Color Harmonies of #FF221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF221E

Black with #FF221E

Text Example


Text Example

White with #FF221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF221E; }

 p { color: rgb(255,34,30); }

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

background-color css

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

 a { background-color: rgb(255,34,30); }

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

border-color css

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

 span { border-color: rgb(255,34,30); }

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