Html Css Color HEX #F23321 Red Orange

📋 copy color: '#F23321'

red 242 ◦ green 51 ◦ blue 33

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

Shades of Red Orange #F23321

Tints of Red Orange #F23321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 74.23%
G = 15.64%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F23321 (or 0xF23321) is known color: Red Orange. HEX triplet: F2, 33 and 21. RGB value is (242,51,33). Sum of RGB (Red+Green+Blue) = 242+51+33=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F23321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23321 is #0DCCDE. Grayscale: #6A6A6A. Windows color (decimal): -904415 or 2175986. OLE color: 2175986.

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

Color convert

RGB 242 51 33 -
CMYK 0 0.79 0.86 0.05
HSL 5.17º 0.89% 0.54% -
HSV(B) 5.17º 0.86% 0.95% -
XYZ 38.08 21.35 3.55 -
YUV 106.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 242 51 33 0 0.79 0.86 0.05 5.17 0.89 0.54
Hex F2 33 21 0 4F 56 5 5 59 36
Octal 362 63 41 0 117 126 5 5 131 66
Binary 11110010 110011 100001 0 1001111 1010110 101 101 1011001 110110

Color Harmonies of #F23321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23321

Black with #F23321

Text Example


Text Example

White with #F23321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23321; }

 p { color: rgb(242,51,33); }

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

background-color css

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

 a { background-color: rgb(242,51,33); }

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

border-color css

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

 span { border-color: rgb(242,51,33); }

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