Html Css Color HEX #FF450D Orange Red

📋 copy color: '#FF450D'

red 255 ◦ green 69 ◦ blue 13

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

Shades of Orange Red #FF450D

Tints of Orange Red #FF450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 75.67%
G = 20.47%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF450D (or 0xFF450D) is known color: Orange Red. HEX triplet: FF, 45 and 0D. RGB value is (255,69,13). Sum of RGB (Red+Green+Blue) = 255+69+13=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF450D is #00BAF2. Grayscale: #767676. Windows color (decimal): -47859 or 869887. OLE color: 869887.

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

Color convert

RGB 255 69 13 -
CMYK 0 0.73 0.95 0
HSL 13.88º 1% 0.53% -
HSV(B) 13.88º 0.95% 1% -
XYZ 43.44 25.55 3.02 -
YUV 118.23 68.62 225.55 -
System Red Green Blue C M Y K H S L
Decimal 255 69 13 0 0.73 0.95 0 13.88 1 0.53
Hex FF 45 D 0 49 5F 0 E 64 35
Octal 377 105 15 0 111 137 0 16 144 65
Binary 11111111 1000101 1101 0 1001001 1011111 0 1110 1100100 110101

Color Harmonies of #FF450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF450D

Black with #FF450D

Text Example


Text Example

White with #FF450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF450D; }

 p { color: rgb(255,69,13); }

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

background-color css

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

 a { background-color: rgb(255,69,13); }

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

border-color css

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

 span { border-color: rgb(255,69,13); }

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