Html Css Color HEX #5E1428 Pohutukawa

📋 copy color: '#5E1428'

red 94 ◦ green 20 ◦ blue 40

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

Shades of Pohutukawa #5E1428

Tints of Pohutukawa #5E1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 61.04%
G = 12.99%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5E1428 (or 0x5E1428) is known color: Pohutukawa. HEX triplet: 5E, 14 and 28. RGB value is (94,20,40). Sum of RGB (Red+Green+Blue) = 94+20+40=154 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.04% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1428 is #A1EBD7. Grayscale: #2C2C2C. Windows color (decimal): -10611672 or 2626654. OLE color: 2626654.

HSL color Cylindrical-coordinate representation of color #5E1428: hue angle of 343.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1428 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 20 40 -
CMYK 0 0.79 0.57 0.63
HSL 343.78º 0.65% 0.22% -
HSV(B) 343.78º 0.79% 0.37% -
XYZ 5.25 3.03 2.32 -
YUV 44.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 94 20 40 0 0.79 0.57 0.63 343.78 0.65 0.22
Hex 5E 14 28 0 4F 39 3F 158 41 16
Octal 136 24 50 0 117 71 77 530 101 26
Binary 1011110 10100 101000 0 1001111 111001 111111 101011000 1000001 10110

Color Harmonies of #5E1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1428

Black with #5E1428

Text Example


Text Example

White with #5E1428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,20,40); }

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

background-color css

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

 a { background-color: rgb(94,20,40); }

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

border-color css

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

 span { border-color: rgb(94,20,40); }

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