Html Css Color HEX #5E0213 Pohutukawa

📋 copy color: '#5E0213'

red 94 ◦ green 2 ◦ blue 19

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

Shades of Pohutukawa #5E0213

Tints of Pohutukawa #5E0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 81.74%
G = 1.74%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5E0213 (or 0x5E0213) is known color: Pohutukawa. HEX triplet: 5E, 02 and 13. RGB value is (94,2,19). Sum of RGB (Red+Green+Blue) = 94+2+19=115 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.74% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0213 is #A1FDEC. Grayscale: #1F1F1F. Windows color (decimal): -10616301 or 1245790. OLE color: 1245790.

HSL color Cylindrical-coordinate representation of color #5E0213: hue angle of 348.91º 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 #5E0213 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 2 19 -
CMYK 0 0.98 0.80 0.63
HSL 348.91º 0.96% 0.19% -
HSV(B) 348.91º 0.98% 0.37% -
XYZ 4.76 2.47 0.84 -
YUV 31.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 94 2 19 0 0.98 0.80 0.63 348.91 0.96 0.19
Hex 5E 2 13 0 62 50 3F 15D 60 13
Octal 136 2 23 0 142 120 77 535 140 23
Binary 1011110 10 10011 0 1100010 1010000 111111 101011101 1100000 10011

Color Harmonies of #5E0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0213

Black with #5E0213

Text Example


Text Example

White with #5E0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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