Html Css Color HEX #5C0214 Pohutukawa

📋 copy color: '#5C0214'

red 92 ◦ green 2 ◦ blue 20

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

Shades of Pohutukawa #5C0214

Tints of Pohutukawa #5C0214

RGB

 RED value IS 92 (36.33% from 255) = 80.7%

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

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 80.7%
G = 1.75%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5C0214 (or 0x5C0214) is known color: Pohutukawa. HEX triplet: 5C, 02 and 14. RGB value is (92,2,20). Sum of RGB (Red+Green+Blue) = 92+2+20=114 (15% of max value = 765). Red value is 92 (36.33% from 255 or 80.70% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0214 is #A3FDEB. Grayscale: #1E1E1E. Windows color (decimal): -10747372 or 1311324. OLE color: 1311324.

HSL color Cylindrical-coordinate representation of color #5C0214: hue angle of 348º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0214 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 2 20 -
CMYK 0 0.98 0.78 0.64
HSL 348º 0.96% 0.18% -
HSV(B) 348º 0.98% 0.36% -
XYZ 4.56 2.37 0.88 -
YUV 30.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 92 2 20 0 0.98 0.78 0.64 348 0.96 0.18
Hex 5C 2 14 0 62 4E 40 15C 60 12
Octal 134 2 24 0 142 116 100 534 140 22
Binary 1011100 10 10100 0 1100010 1001110 1000000 101011100 1100000 10010

Color Harmonies of #5C0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0214

Black with #5C0214

Text Example


Text Example

White with #5C0214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,2,20); }

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

background-color css

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

 a { background-color: rgb(92,2,20); }

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

border-color css

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

 span { border-color: rgb(92,2,20); }

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