Html Css Color HEX #FF224B Radical Red

📋 copy color: '#FF224B'

red 255 ◦ green 34 ◦ blue 75

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

Shades of Radical Red #FF224B

Tints of Radical Red #FF224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 70.05%
G = 9.34%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF224B (or 0xFF224B) is known color: Radical Red. HEX triplet: FF, 22 and 4B. RGB value is (255,34,75). Sum of RGB (Red+Green+Blue) = 255+34+75=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF224B is #00DDB4. Grayscale: #686868. Windows color (decimal): -56757 or 4924159. OLE color: 4924159.

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

Color convert

RGB 255 34 75 -
CMYK 0 0.87 0.71 0
HSL 348.87º 1% 0.57% -
HSV(B) 348.87º 0.87% 1% -
XYZ 43.08 22.91 8.81 -
YUV 104.75 111.22 235.17 -
System Red Green Blue C M Y K H S L
Decimal 255 34 75 0 0.87 0.71 0 348.87 1 0.57
Hex FF 22 4B 0 57 47 0 15D 64 39
Octal 377 42 113 0 127 107 0 535 144 71
Binary 11111111 100010 1001011 0 1010111 1000111 0 101011101 1100100 111001

Color Harmonies of #FF224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF224B

Black with #FF224B

Text Example


Text Example

White with #FF224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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