Html Css Color HEX #5E0C0F Pohutukawa

📋 copy color: '#5E0C0F'

red 94 ◦ green 12 ◦ blue 15

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

Shades of Pohutukawa #5E0C0F

Tints of Pohutukawa #5E0C0F

RGB

 RED value IS 94 (37.11% from 255) = 77.69%

 GREEN value IS 12 (5.08% from 255) = 9.92%

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 77.69%
G = 9.92%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5E0C0F (or 0x5E0C0F) is known color: Pohutukawa. HEX triplet: 5E, 0C and 0F. RGB value is (94,12,15). Sum of RGB (Red+Green+Blue) = 94+12+15=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0C0F is #A1F3F0. Grayscale: #242424. Windows color (decimal): -10613745 or 986206. OLE color: 986206.

HSL color Cylindrical-coordinate representation of color #5E0C0F: hue angle of 357.8º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E0C0F is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 12 15 -
CMYK 0 0.87 0.84 0.63
HSL 357.8º 0.77% 0.21% -
HSV(B) 357.8º 0.87% 0.37% -
XYZ 4.83 2.68 0.71 -
YUV 36.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 94 12 15 0 0.87 0.84 0.63 357.8 0.77 0.21
Hex 5E C F 0 57 54 3F 166 4D 15
Octal 136 14 17 0 127 124 77 546 115 25
Binary 1011110 1100 1111 0 1010111 1010100 111111 101100110 1001101 10101

Color Harmonies of #5E0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0C0F

Black with #5E0C0F

Text Example


Text Example

White with #5E0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E0C0F; }

 p { color: rgb(94,12,15); }

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

background-color css

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

 a { background-color: rgb(94,12,15); }

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

border-color css

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

 span { border-color: rgb(94,12,15); }

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