Html Css Color HEX #FF362A Red Orange

📋 copy color: '#FF362A'

red 255 ◦ green 54 ◦ blue 42

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

Shades of Red Orange #FF362A

Tints of Red Orange #FF362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 72.65%
G = 15.38%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF362A (or 0xFF362A) is known color: Red Orange. HEX triplet: FF, 36 and 2A. RGB value is (255,54,42). Sum of RGB (Red+Green+Blue) = 255+54+42=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF362A is #00C9D5. Grayscale: #707070. Windows color (decimal): -51670 or 2766591. OLE color: 2766591.

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

Color convert

RGB 255 54 42 -
CMYK 0 0.79 0.84 0
HSL 3.38º 1% 0.58% -
HSV(B) 3.38º 0.84% 1% -
XYZ 42.98 24.07 4.57 -
YUV 112.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 255 54 42 0 0.79 0.84 0 3.38 1 0.58
Hex FF 36 2A 0 4F 54 0 3 64 3A
Octal 377 66 52 0 117 124 0 3 144 72
Binary 11111111 110110 101010 0 1001111 1010100 0 11 1100100 111010

Color Harmonies of #FF362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF362A

Black with #FF362A

Text Example


Text Example

White with #FF362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF362A; }

 p { color: rgb(255,54,42); }

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

background-color css

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

 a { background-color: rgb(255,54,42); }

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

border-color css

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

 span { border-color: rgb(255,54,42); }

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