Html Css Color HEX #F2421A Orange Red

📋 copy color: '#F2421A'

red 242 ◦ green 66 ◦ blue 26

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

Shades of Orange Red #F2421A

Tints of Orange Red #F2421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 72.46%
G = 19.76%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2421A (or 0xF2421A) is known color: Orange Red. HEX triplet: F2, 42 and 1A. RGB value is (242,66,26). Sum of RGB (Red+Green+Blue) = 242+66+26=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2421A is #0DBDE5. Grayscale: #727272. Windows color (decimal): -900582 or 1721074. OLE color: 1721074.

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

Color convert

RGB 242 66 26 -
CMYK 0 0.73 0.89 0.05
HSL 11.11º 0.89% 0.53% -
HSV(B) 11.11º 0.89% 0.95% -
XYZ 38.75 22.85 3.34 -
YUV 114.06 78.31 219.25 -
System Red Green Blue C M Y K H S L
Decimal 242 66 26 0 0.73 0.89 0.05 11.11 0.89 0.53
Hex F2 42 1A 0 49 59 5 B 59 35
Octal 362 102 32 0 111 131 5 13 131 65
Binary 11110010 1000010 11010 0 1001001 1011001 101 1011 1011001 110101

Color Harmonies of #F2421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2421A

Black with #F2421A

Text Example


Text Example

White with #F2421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2421A; }

 p { color: rgb(242,66,26); }

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

background-color css

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

 a { background-color: rgb(242,66,26); }

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

border-color css

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

 span { border-color: rgb(242,66,26); }

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