Html Css Color HEX #60021E Pohutukawa

📋 copy color: '#60021E'

red 96 ◦ green 2 ◦ blue 30

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

Shades of Pohutukawa #60021E

Tints of Pohutukawa #60021E

RGB

 RED value IS 96 (37.89% from 255) = 75%

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 75%
G = 1.56%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60021E (or 0x60021E) is known color: Pohutukawa. HEX triplet: 60, 02 and 1E. RGB value is (96,2,30). Sum of RGB (Red+Green+Blue) = 96+2+30=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021E is #9FFDE1. Grayscale: #212121. Windows color (decimal): -10485218 or 1966688. OLE color: 1966688.

HSL color Cylindrical-coordinate representation of color #60021E: hue angle of 342.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60021E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 30 -
CMYK 0 0.98 0.69 0.62
HSL 342.13º 0.96% 0.19% -
HSV(B) 342.13º 0.98% 0.38% -
XYZ 5.08 2.62 1.47 -
YUV 33.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 96 2 30 0 0.98 0.69 0.62 342.13 0.96 0.19
Hex 60 2 1E 0 62 45 3E 156 60 13
Octal 140 2 36 0 142 105 76 526 140 23
Binary 1100000 10 11110 0 1100010 1000101 111110 101010110 1100000 10011

Color Harmonies of #60021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60021E

Black with #60021E

Text Example


Text Example

White with #60021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60021E; }

 p { color: rgb(96,2,30); }

 H1.HeaderClassName
 {
   color: #60021E;
 }
 .AnyTagClassName
 {
   color: #60021E;
 }
</style>

background-color css

<style>
 a { background-color: #60021E; }

 a { background-color: rgb(96,2,30); }

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

border-color css

<style>
 span { border-color: #60021E; }

 span { border-color: rgb(96,2,30); }

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