Html Css Color HEX #FF381A Red Orange

📋 copy color: '#FF381A'

red 255 ◦ green 56 ◦ blue 26

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

Shades of Red Orange #FF381A

Tints of Red Orange #FF381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 75.67%
G = 16.62%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF381A (or 0xFF381A) is known color: Red Orange. HEX triplet: FF, 38 and 1A. RGB value is (255,56,26). Sum of RGB (Red+Green+Blue) = 255+56+26=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF381A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF381A is #00C7E5. Grayscale: #707070. Windows color (decimal): -51174 or 1718527. OLE color: 1718527.

HSL color Cylindrical-coordinate representation of color #FF381A: hue angle of 7.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF381A is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 56 26 -
CMYK 0 0.78 0.90 0
HSL 7.86º 1% 0.55% -
HSV(B) 7.86º 0.9% 1% -
XYZ 42.84 24.16 3.38 -
YUV 112.08 79.43 229.94 -
System Red Green Blue C M Y K H S L
Decimal 255 56 26 0 0.78 0.90 0 7.86 1 0.55
Hex FF 38 1A 0 4E 5A 0 8 64 37
Octal 377 70 32 0 116 132 0 10 144 67
Binary 11111111 111000 11010 0 1001110 1011010 0 1000 1100100 110111

Color Harmonies of #FF381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF381A

Black with #FF381A

Text Example


Text Example

White with #FF381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF381A; }

 p { color: rgb(255,56,26); }

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

background-color css

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

 a { background-color: rgb(255,56,26); }

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

border-color css

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

 span { border-color: rgb(255,56,26); }

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