Html Css Color HEX #FD380D Orange Red

📋 copy color: '#FD380D'

red 253 ◦ green 56 ◦ blue 13

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

Shades of Orange Red #FD380D

Tints of Orange Red #FD380D

RGB

 RED value IS 253 (99.22% from 255) = 78.57%

 GREEN value IS 56 (22.27% from 255) = 17.39%

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

R = 78.57%
G = 17.39%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD380D (or 0xFD380D) is known color: Orange Red. HEX triplet: FD, 38 and 0D. RGB value is (253,56,13). Sum of RGB (Red+Green+Blue) = 253+56+13=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD380D is #02C7F2. Grayscale: #6E6E6E. Windows color (decimal): -182259 or 866557. OLE color: 866557.

HSL color Cylindrical-coordinate representation of color #FD380D: hue angle of 10.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD380D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 56 13 -
CMYK 0 0.78 0.95 0.01
HSL 10.75º 0.98% 0.52% -
HSV(B) 10.75º 0.95% 0.99% -
XYZ 41.99 23.74 2.75 -
YUV 110 73.27 230 -
System Red Green Blue C M Y K H S L
Decimal 253 56 13 0 0.78 0.95 0.01 10.75 0.98 0.52
Hex FD 38 D 0 4E 5F 1 B 62 34
Octal 375 70 15 0 116 137 1 13 142 64
Binary 11111101 111000 1101 0 1001110 1011111 1 1011 1100010 110100

Color Harmonies of #FD380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD380D

Black with #FD380D

Text Example


Text Example

White with #FD380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD380D; }

 p { color: rgb(253,56,13); }

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

background-color css

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

 a { background-color: rgb(253,56,13); }

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

border-color css

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

 span { border-color: rgb(253,56,13); }

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