Html Css Color HEX #FA262E Alizarin

📋 copy color: '#FA262E'

red 250 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #FA262E

Tints of Alizarin #FA262E

RGB

 RED value IS 250 (98.05% from 255) = 74.85%

 GREEN value IS 38 (15.23% from 255) = 11.38%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 74.85%
G = 11.38%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA262E (or 0xFA262E) is known color: Alizarin. HEX triplet: FA, 26 and 2E. RGB value is (250,38,46). Sum of RGB (Red+Green+Blue) = 250+38+46=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA262E is #05D9D1. Grayscale: #666666. Windows color (decimal): -383442 or 3024634. OLE color: 3024634.

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

Color convert

RGB 250 38 46 -
CMYK 0 0.85 0.82 0.02
HSL 357.74º 0.95% 0.56% -
HSV(B) 357.74º 0.85% 0.98% -
XYZ 40.61 21.91 4.67 -
YUV 102.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 250 38 46 0 0.85 0.82 0.02 357.74 0.95 0.56
Hex FA 26 2E 0 55 52 2 166 5F 38
Octal 372 46 56 0 125 122 2 546 137 70
Binary 11111010 100110 101110 0 1010101 1010010 10 101100110 1011111 111000

Color Harmonies of #FA262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA262E

Black with #FA262E

Text Example


Text Example

White with #FA262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA262E; }

 p { color: rgb(250,38,46); }

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

background-color css

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

 a { background-color: rgb(250,38,46); }

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

border-color css

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

 span { border-color: rgb(250,38,46); }

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