Html Css Color HEX #F23329 Red Orange

📋 copy color: '#F23329'

red 242 ◦ green 51 ◦ blue 41

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

Shades of Red Orange #F23329

Tints of Red Orange #F23329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 72.46%
G = 15.27%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23329 (or 0xF23329) is known color: Red Orange. HEX triplet: F2, 33 and 29. RGB value is (242,51,41). Sum of RGB (Red+Green+Blue) = 242+51+41=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F23329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23329 is #0DCCD6. Grayscale: #6B6B6B. Windows color (decimal): -904407 or 2700274. OLE color: 2700274.

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

Color convert

RGB 242 51 41 -
CMYK 0 0.79 0.83 0.05
HSL 2.99º 0.89% 0.55% -
HSV(B) 2.99º 0.83% 0.95% -
XYZ 38.2 21.4 4.22 -
YUV 106.97 90.78 224.31 -
System Red Green Blue C M Y K H S L
Decimal 242 51 41 0 0.79 0.83 0.05 2.99 0.89 0.55
Hex F2 33 29 0 4F 53 5 3 59 37
Octal 362 63 51 0 117 123 5 3 131 67
Binary 11110010 110011 101001 0 1001111 1010011 101 11 1011001 110111

Color Harmonies of #F23329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23329

Black with #F23329

Text Example


Text Example

White with #F23329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23329; }

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

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

background-color css

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

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

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

border-color css

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

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

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