Html Css Color HEX #F43223 Red Orange

📋 copy color: '#F43223'

red 244 ◦ green 50 ◦ blue 35

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

Shades of Red Orange #F43223

Tints of Red Orange #F43223

RGB

 RED value IS 244 (95.7% from 255) = 74.16%

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 35 (14.06% from 255) = 10.64%

R = 74.16%
G = 15.2%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F43223 (or 0xF43223) is known color: Red Orange. HEX triplet: F4, 32 and 23. RGB value is (244,50,35). Sum of RGB (Red+Green+Blue) = 244+50+35=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F43223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43223 is #0BCDDC. Grayscale: #6A6A6A. Windows color (decimal): -773597 or 2306804. OLE color: 2306804.

HSL color Cylindrical-coordinate representation of color #F43223: hue angle of 4.31º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F43223 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 35 -
CMYK 0 0.80 0.86 0.04
HSL 4.31º 0.9% 0.55% -
HSV(B) 4.31º 0.86% 0.96% -
XYZ 38.75 21.64 3.72 -
YUV 106.3 87.77 226.22 -
System Red Green Blue C M Y K H S L
Decimal 244 50 35 0 0.80 0.86 0.04 4.31 0.9 0.55
Hex F4 32 23 0 50 56 4 4 5A 37
Octal 364 62 43 0 120 126 4 4 132 67
Binary 11110100 110010 100011 0 1010000 1010110 100 100 1011010 110111

Color Harmonies of #F43223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43223

Black with #F43223

Text Example


Text Example

White with #F43223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43223; }

 p { color: rgb(244,50,35); }

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

background-color css

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

 a { background-color: rgb(244,50,35); }

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

border-color css

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

 span { border-color: rgb(244,50,35); }

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