Html Css Color HEX #5E0212 Pohutukawa

📋 copy color: '#5E0212'

red 94 ◦ green 2 ◦ blue 18

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

Shades of Pohutukawa #5E0212

Tints of Pohutukawa #5E0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.75%

 BLUE value IS 18 (7.42% from 255) = 15.79%

R = 82.46%
G = 1.75%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#5E0212 (or 0x5E0212) is known color: Pohutukawa. HEX triplet: 5E, 02 and 12. RGB value is (94,2,18). Sum of RGB (Red+Green+Blue) = 94+2+18=114 (15% of max value = 765). Red value is 94 (37.11% from 255 or 82.46% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0212 is #A1FDED. Grayscale: #1F1F1F. Windows color (decimal): -10616302 or 1180254. OLE color: 1180254.

HSL color Cylindrical-coordinate representation of color #5E0212: hue angle of 349.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0212 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 2 18 -
CMYK 0 0.98 0.81 0.63
HSL 349.57º 0.96% 0.19% -
HSV(B) 349.57º 0.98% 0.37% -
XYZ 4.75 2.47 0.8 -
YUV 31.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 94 2 18 0 0.98 0.81 0.63 349.57 0.96 0.19
Hex 5E 2 12 0 62 51 3F 15E 60 13
Octal 136 2 22 0 142 121 77 536 140 23
Binary 1011110 10 10010 0 1100010 1010001 111111 101011110 1100000 10011

Color Harmonies of #5E0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0212

Black with #5E0212

Text Example


Text Example

White with #5E0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,18); }

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

background-color css

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

 a { background-color: rgb(94,2,18); }

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

border-color css

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

 span { border-color: rgb(94,2,18); }

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