Html Css Color HEX #FF3223 Red Orange

📋 copy color: '#FF3223'

red 255 ◦ green 50 ◦ blue 35

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

Shades of Red Orange #FF3223

Tints of Red Orange #FF3223

RGB

 RED value IS 255 (100% from 255) = 75%

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

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

R = 75%
G = 14.71%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF3223 (or 0xFF3223) is known color: Red Orange. HEX triplet: FF, 32 and 23. RGB value is (255,50,35). Sum of RGB (Red+Green+Blue) = 255+50+35=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3223 is #00CDDC. Grayscale: #6D6D6D. Windows color (decimal): -52701 or 2306815. OLE color: 2306815.

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

Color convert

RGB 255 50 35 -
CMYK 0 0.80 0.86 0
HSL 4.09º 1% 0.57% -
HSV(B) 4.09º 0.86% 1% -
XYZ 42.68 23.66 3.91 -
YUV 109.59 85.92 231.72 -
System Red Green Blue C M Y K H S L
Decimal 255 50 35 0 0.80 0.86 0 4.09 1 0.57
Hex FF 32 23 0 50 56 0 4 64 39
Octal 377 62 43 0 120 126 0 4 144 71
Binary 11111111 110010 100011 0 1010000 1010110 0 100 1100100 111001

Color Harmonies of #FF3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3223

Black with #FF3223

Text Example


Text Example

White with #FF3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3223; }

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

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

background-color css

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

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

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

border-color css

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

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

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