Html Css Color HEX #963C23 Fire

📋 copy color: '#963C23'

red 150 ◦ green 60 ◦ blue 35

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

Shades of Fire #963C23

Tints of Fire #963C23

RGB

 RED value IS 150 (58.98% from 255) = 61.22%

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 61.22%
G = 24.49%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#963C23 (or 0x963C23) is known color: Fire. HEX triplet: 96, 3C and 23. RGB value is (150,60,35). Sum of RGB (Red+Green+Blue) = 150+60+35=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #963C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C23 is #69C3DC. Grayscale: #545454. Windows color (decimal): -6931421 or 2309270. OLE color: 2309270.

HSL color Cylindrical-coordinate representation of color #963C23: hue angle of 13.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963C23 is Cyan = 0, Magento = 0.6, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 35 -
CMYK 0 0.6 0.77 0.41
HSL 13.04º 0.62% 0.36% -
HSV(B) 13.04º 0.77% 0.59% -
XYZ 14.5 9.84 2.72 -
YUV 84.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 150 60 35 0 0.6 0.77 0.41 13.04 0.62 0.36
Hex 96 3C 23 0 3C 4D 29 D 3E 24
Octal 226 74 43 0 74 115 51 15 76 44
Binary 10010110 111100 100011 0 111100 1001101 101001 1101 111110 100100

Color Harmonies of #963C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C23

Black with #963C23

Text Example


Text Example

White with #963C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C23; }

 p { color: rgb(150,60,35); }

 H1.HeaderClassName
 {
   color: #963C23;
 }
 .AnyTagClassName
 {
   color: #963C23;
 }
</style>

background-color css

<style>
 a { background-color: #963C23; }

 a { background-color: rgb(150,60,35); }

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

border-color css

<style>
 span { border-color: #963C23; }

 span { border-color: rgb(150,60,35); }

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