Html Css Color HEX #FF3023 Red Orange

📋 copy color: '#FF3023'

red 255 ◦ green 48 ◦ blue 35

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

Shades of Red Orange #FF3023

Tints of Red Orange #FF3023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 75.44%
G = 14.2%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF3023 (or 0xFF3023) is known color: Red Orange. HEX triplet: FF, 30 and 23. RGB value is (255,48,35). Sum of RGB (Red+Green+Blue) = 255+48+35=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3023 is #00CFDC. Grayscale: #6C6C6C. Windows color (decimal): -53213 or 2306303. OLE color: 2306303.

HSL color Cylindrical-coordinate representation of color #FF3023: hue angle of 3.55º 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 #FF3023 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 35 -
CMYK 0 0.81 0.86 0
HSL 3.55º 1% 0.57% -
HSV(B) 3.55º 0.86% 1% -
XYZ 42.6 23.5 3.88 -
YUV 108.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 255 48 35 0 0.81 0.86 0 3.55 1 0.57
Hex FF 30 23 0 51 56 0 4 64 39
Octal 377 60 43 0 121 126 0 4 144 71
Binary 11111111 110000 100011 0 1010001 1010110 0 100 1100100 111001

Color Harmonies of #FF3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3023

Black with #FF3023

Text Example


Text Example

White with #FF3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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